#C63A4B

Color #C63A4B Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C63A4B

Tints of Old Rose #C63A4B

Color information

#C63A4B (or 0xC63A4B) is unknown color: approx Old Rose. HEX triplet: C6, 3A and 4B. RGB value is (198,58,75). Sum of RGB (Red+Green+Blue) = 198+58+75=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A4B is #39C5B4. Grayscale: #656565. Windows color (decimal): -3786165 or 4930246. OLE color: 4930246.

HSL color Cylindrical-coordinate representation of color #C63A4B: hue angle of 352.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63A4B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1985875-
CMYK00.710.620.22
HSL352.71º55.12%50.2%-
HSV(B)352.71º70.71%77.65%-
XYZ26.0715.548.28-
YUV101.8112.88196.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 59.82%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=59.82%
G=17.52%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198587500.710.620.22352.7155.1250.2
HexC63A4B0473E161613732
Octal30672113010776265416762
Binary1100011011101010010110100011111111010110101100001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63A4B; }

 p { color: rgb(198,58,75); }

 H1.HeaderClassName
 {
   color: #C63A4B;
 }
 .AnyTagClassName
 {
   color: #C63A4B;
 }
</style>
background-color css

<style>
 a { background-color: #C63A4B; }

 a { background-color: rgb(198,58,75); }

 div.DivClassName
 {
   background-color: #C63A4B;
 }
 .BgClassName
 {
   background-color: #C63A4B;
 }
</style>
border-color css

<style>
 span { border-color: #C63A4B; }

 span { border-color: rgb(198,58,75); }

 td.TdClassName
 {
   border-color: #C63A4B;
 }
 .TagClassName
 {
   border-color: #C63A4B;
 }
</style>