Html Css Color HEX #C02364 Old Rose

📋 copy color: '#C02364'

red 192 ◦ green 35 ◦ blue 100

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

Shades of Old Rose #C02364

Tints of Old Rose #C02364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 58.72%
G = 10.7%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C02364 (or 0xC02364) is known color: Old Rose. HEX triplet: C0, 23 and 64. RGB value is (192,35,100). Sum of RGB (Red+Green+Blue) = 192+35+100=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C02364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02364 is #3FDC9B. Grayscale: #595959. Windows color (decimal): -4185244 or 6562752. OLE color: 6562752.

HSL color Cylindrical-coordinate representation of color #C02364: hue angle of 335.16º 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 #C02364 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 35 100 -
CMYK 0 0.82 0.48 0.25
HSL 335.16º 0.69% 0.45% -
HSV(B) 335.16º 0.82% 0.75% -
XYZ 24.64 13.33 13.33 -
YUV 89.35 134.01 201.21 -
System Red Green Blue C M Y K H S L
Decimal 192 35 100 0 0.82 0.48 0.25 335.16 0.69 0.45
Hex C0 23 64 0 52 30 19 14F 45 2D
Octal 300 43 144 0 122 60 31 517 105 55
Binary 11000000 100011 1100100 0 1010010 110000 11001 101001111 1000101 101101

Color Harmonies of #C02364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02364

Black with #C02364

Text Example


Text Example

White with #C02364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02364; }

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

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

background-color css

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

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

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

border-color css

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

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

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