Html Css Color HEX #C02366 Old Rose

📋 copy color: '#C02366'

red 192 ◦ green 35 ◦ blue 102

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

Shades of Old Rose #C02366

Tints of Old Rose #C02366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.64%

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

R = 58.36%
G = 10.64%
B = 31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C02366 (or 0xC02366) is known color: Old Rose. HEX triplet: C0, 23 and 66. RGB value is (192,35,102). Sum of RGB (Red+Green+Blue) = 192+35+102=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C02366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02366 is #3FDC99. Grayscale: #595959. Windows color (decimal): -4185242 or 6693824. OLE color: 6693824.

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

Color convert

RGB 192 35 102 -
CMYK 0 0.82 0.47 0.25
HSL 334.39º 0.69% 0.45% -
HSV(B) 334.39º 0.82% 0.75% -
XYZ 24.74 13.37 13.85 -
YUV 89.58 135.01 201.05 -
System Red Green Blue C M Y K H S L
Decimal 192 35 102 0 0.82 0.47 0.25 334.39 0.69 0.45
Hex C0 23 66 0 52 2F 19 14E 45 2D
Octal 300 43 146 0 122 57 31 516 105 55
Binary 11000000 100011 1100110 0 1010010 101111 11001 101001110 1000101 101101

Color Harmonies of #C02366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02366

Black with #C02366

Text Example


Text Example

White with #C02366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02366; }

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

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

background-color css

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

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

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

border-color css

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

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

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