Html Css Color HEX #C02167 Old Rose

📋 copy color: '#C02167'

red 192 ◦ green 33 ◦ blue 103

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

Shades of Old Rose #C02167

Tints of Old Rose #C02167

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.06%

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

R = 58.54%
G = 10.06%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C02167 (or 0xC02167) is known color: Old Rose. HEX triplet: C0, 21 and 67. RGB value is (192,33,103). Sum of RGB (Red+Green+Blue) = 192+33+103=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C02167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02167 is #3FDE98. Grayscale: #585858. Windows color (decimal): -4185753 or 6758848. OLE color: 6758848.

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

Color convert

RGB 192 33 103 -
CMYK 0 0.83 0.46 0.25
HSL 333.58º 0.71% 0.44% -
HSV(B) 333.58º 0.83% 0.75% -
XYZ 24.73 13.27 14.09 -
YUV 88.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 192 33 103 0 0.83 0.46 0.25 333.58 0.71 0.44
Hex C0 21 67 0 53 2E 19 14E 47 2C
Octal 300 41 147 0 123 56 31 516 107 54
Binary 11000000 100001 1100111 0 1010011 101110 11001 101001110 1000111 101100

Color Harmonies of #C02167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02167

Black with #C02167

Text Example


Text Example

White with #C02167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02167; }

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

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

background-color css

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

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

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

border-color css

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

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

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