Html Css Color HEX #C01652 Old Rose

📋 copy color: '#C01652'

red 192 ◦ green 22 ◦ blue 82

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

Shades of Old Rose #C01652

Tints of Old Rose #C01652

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.43%

 BLUE value IS 82 (32.42% from 255) = 27.7%

R = 64.86%
G = 7.43%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C01652 (or 0xC01652) is known color: Old Rose. HEX triplet: C0, 16 and 52. RGB value is (192,22,82). Sum of RGB (Red+Green+Blue) = 192+22+82=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C01652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01652 is #3FE9AD. Grayscale: #4F4F4F. Windows color (decimal): -4188590 or 5379776. OLE color: 5379776.

HSL color Cylindrical-coordinate representation of color #C01652: hue angle of 338.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01652 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 82 -
CMYK 0 0.89 0.57 0.25
HSL 338.82º 0.79% 0.42% -
HSV(B) 338.82º 0.89% 0.75% -
XYZ 23.55 12.39 9.13 -
YUV 79.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 192 22 82 0 0.89 0.57 0.25 338.82 0.79 0.42
Hex C0 16 52 0 59 39 19 153 4F 2A
Octal 300 26 122 0 131 71 31 523 117 52
Binary 11000000 10110 1010010 0 1011001 111001 11001 101010011 1001111 101010

Color Harmonies of #C01652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01652

Black with #C01652

Text Example


Text Example

White with #C01652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01652; }

 p { color: rgb(192,22,82); }

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

background-color css

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

 a { background-color: rgb(192,22,82); }

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

border-color css

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

 span { border-color: rgb(192,22,82); }

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