Html Css Color HEX #C04152 Old Rose

📋 copy color: '#C04152'

red 192 ◦ green 65 ◦ blue 82

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

Shades of Old Rose #C04152

Tints of Old Rose #C04152

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

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

R = 56.64%
G = 19.17%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C04152 (or 0xC04152) is known color: Old Rose. HEX triplet: C0, 41 and 52. RGB value is (192,65,82). Sum of RGB (Red+Green+Blue) = 192+65+82=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C04152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04152 is #3FBEAD. Grayscale: #686868. Windows color (decimal): -4177582 or 5390784. OLE color: 5390784.

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

Color convert

RGB 192 65 82 -
CMYK 0 0.66 0.57 0.25
HSL 351.97º 0.5% 0.5% -
HSV(B) 351.97º 0.66% 0.75% -
XYZ 25.15 15.6 9.67 -
YUV 104.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 192 65 82 0 0.66 0.57 0.25 351.97 0.5 0.5
Hex C0 41 52 0 42 39 19 160 32 32
Octal 300 101 122 0 102 71 31 540 62 62
Binary 11000000 1000001 1010010 0 1000010 111001 11001 101100000 110010 110010

Color Harmonies of #C04152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04152

Black with #C04152

Text Example


Text Example

White with #C04152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04152; }

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

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

background-color css

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

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

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

border-color css

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

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

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