Html Css Color HEX #C02153 Old Rose

📋 copy color: '#C02153'

red 192 ◦ green 33 ◦ blue 83

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

Shades of Old Rose #C02153

Tints of Old Rose #C02153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.95%

R = 62.34%
G = 10.71%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C02153 (or 0xC02153) is known color: Old Rose. HEX triplet: C0, 21 and 53. RGB value is (192,33,83). Sum of RGB (Red+Green+Blue) = 192+33+83=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C02153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02153 is #3FDEAC. Grayscale: #565656. Windows color (decimal): -4185773 or 5448128. OLE color: 5448128.

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

Color convert

RGB 192 33 83 -
CMYK 0 0.83 0.57 0.25
HSL 341.13º 0.71% 0.44% -
HSV(B) 341.13º 0.83% 0.75% -
XYZ 23.84 12.92 9.42 -
YUV 86.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 192 33 83 0 0.83 0.57 0.25 341.13 0.71 0.44
Hex C0 21 53 0 53 39 19 155 47 2C
Octal 300 41 123 0 123 71 31 525 107 54
Binary 11000000 100001 1010011 0 1010011 111001 11001 101010101 1000111 101100

Color Harmonies of #C02153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02153

Black with #C02153

Text Example


Text Example

White with #C02153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02153; }

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

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

background-color css

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

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

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

border-color css

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

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

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