Html Css Color HEX #C02349 Old Rose

📋 copy color: '#C02349'

red 192 ◦ green 35 ◦ blue 73

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

Shades of Old Rose #C02349

Tints of Old Rose #C02349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.33%

R = 64%
G = 11.67%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C02349 (or 0xC02349) is known color: Old Rose. HEX triplet: C0, 23 and 49. RGB value is (192,35,73). Sum of RGB (Red+Green+Blue) = 192+35+73=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C02349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02349 is #3FDCB6. Grayscale: #565656. Windows color (decimal): -4185271 or 4793280. OLE color: 4793280.

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

Color convert

RGB 192 35 73 -
CMYK 0 0.82 0.62 0.25
HSL 345.48º 0.69% 0.45% -
HSV(B) 345.48º 0.82% 0.75% -
XYZ 23.54 12.89 7.55 -
YUV 86.28 120.51 203.41 -
System Red Green Blue C M Y K H S L
Decimal 192 35 73 0 0.82 0.62 0.25 345.48 0.69 0.45
Hex C0 23 49 0 52 3E 19 159 45 2D
Octal 300 43 111 0 122 76 31 531 105 55
Binary 11000000 100011 1001001 0 1010010 111110 11001 101011001 1000101 101101

Color Harmonies of #C02349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02349

Black with #C02349

Text Example


Text Example

White with #C02349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02349; }

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

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

background-color css

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

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

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

border-color css

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

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

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