Html Css Color HEX #C03659 Old Rose

📋 copy color: '#C03659'

red 192 ◦ green 54 ◦ blue 89

#C03659
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #C03659

Tints of Old Rose #C03659

RGB

 RED value IS 192 (75.39% from 255) = 57.31%

 GREEN value IS 54 (21.48% from 255) = 16.12%

 BLUE value IS 89 (35.16% from 255) = 26.57%

R = 57.31%
G = 16.12%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C03659 (or 0xC03659) is known color: Old Rose. HEX triplet: C0, 36 and 59. RGB value is (192,54,89). Sum of RGB (Red+Green+Blue) = 192+54+89=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C03659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03659 is #3FC9A6. Grayscale: #636363. Windows color (decimal): -4180391 or 5846720. OLE color: 5846720.

HSL color Cylindrical-coordinate representation of color #C03659: hue angle of 344.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03659 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 89 -
CMYK 0 0.72 0.54 0.25
HSL 344.78º 0.56% 0.48% -
HSV(B) 344.78º 0.72% 0.75% -
XYZ 24.86 14.57 10.95 -
YUV 99.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 192 54 89 0 0.72 0.54 0.25 344.78 0.56 0.48
Hex C0 36 59 0 48 36 19 159 38 30
Octal 300 66 131 0 110 66 31 531 70 60
Binary 11000000 110110 1011001 0 1001000 110110 11001 101011001 111000 110000

Color Harmonies of #C03659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03659

Black with #C03659

Text Example


Text Example

White with #C03659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03659; }

 p { color: rgb(192,54,89); }

 H1.HeaderClassName
 {
   color: #C03659;
 }
 .AnyTagClassName
 {
   color: #C03659;
 }
</style>

background-color css

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

 a { background-color: rgb(192,54,89); }

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

border-color css

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

 span { border-color: rgb(192,54,89); }

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