Html Css Color HEX #C02867 Old Rose

📋 copy color: '#C02867'

red 192 ◦ green 40 ◦ blue 103

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

Shades of Old Rose #C02867

Tints of Old Rose #C02867

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.94%

 BLUE value IS 103 (40.63% from 255) = 30.75%

R = 57.31%
G = 11.94%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C02867 (or 0xC02867) is known color: Old Rose. HEX triplet: C0, 28 and 67. RGB value is (192,40,103). Sum of RGB (Red+Green+Blue) = 192+40+103=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C02867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02867 is #3FD798. Grayscale: #5C5C5C. Windows color (decimal): -4183961 or 6760640. OLE color: 6760640.

HSL color Cylindrical-coordinate representation of color #C02867: hue angle of 335.13º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02867 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 40 103 -
CMYK 0 0.79 0.46 0.25
HSL 335.13º 0.66% 0.45% -
HSV(B) 335.13º 0.79% 0.75% -
XYZ 24.95 13.7 14.16 -
YUV 92.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 192 40 103 0 0.79 0.46 0.25 335.13 0.66 0.45
Hex C0 28 67 0 4F 2E 19 14F 42 2D
Octal 300 50 147 0 117 56 31 517 102 55
Binary 11000000 101000 1100111 0 1001111 101110 11001 101001111 1000010 101101

Color Harmonies of #C02867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02867

Black with #C02867

Text Example


Text Example

White with #C02867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02867; }

 p { color: rgb(192,40,103); }

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

background-color css

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

 a { background-color: rgb(192,40,103); }

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

border-color css

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

 span { border-color: rgb(192,40,103); }

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