Html Css Color HEX #C02766 Old Rose

📋 copy color: '#C02766'

red 192 ◦ green 39 ◦ blue 102

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

Shades of Old Rose #C02766

Tints of Old Rose #C02766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.71%

 BLUE value IS 102 (40.23% from 255) = 30.63%

R = 57.66%
G = 11.71%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C02766 (or 0xC02766) is known color: Old Rose. HEX triplet: C0, 27 and 66. RGB value is (192,39,102). Sum of RGB (Red+Green+Blue) = 192+39+102=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C02766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02766 is #3FD899. Grayscale: #5B5B5B. Windows color (decimal): -4184218 or 6694848. OLE color: 6694848.

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

Color convert

RGB 192 39 102 -
CMYK 0 0.80 0.47 0.25
HSL 335.29º 0.66% 0.45% -
HSV(B) 335.29º 0.8% 0.75% -
XYZ 24.86 13.62 13.89 -
YUV 91.93 133.69 199.38 -
System Red Green Blue C M Y K H S L
Decimal 192 39 102 0 0.80 0.47 0.25 335.29 0.66 0.45
Hex C0 27 66 0 50 2F 19 14F 42 2D
Octal 300 47 146 0 120 57 31 517 102 55
Binary 11000000 100111 1100110 0 1010000 101111 11001 101001111 1000010 101101

Color Harmonies of #C02766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02766

Black with #C02766

Text Example


Text Example

White with #C02766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02766; }

 p { color: rgb(192,39,102); }

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

background-color css

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

 a { background-color: rgb(192,39,102); }

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

border-color css

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

 span { border-color: rgb(192,39,102); }

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