Html Css Color HEX #C03352 Old Rose

📋 copy color: '#C03352'

red 192 ◦ green 51 ◦ blue 82

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

Shades of Old Rose #C03352

Tints of Old Rose #C03352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

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

R = 59.08%
G = 15.69%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C03352 (or 0xC03352) is known color: Old Rose. HEX triplet: C0, 33 and 52. RGB value is (192,51,82). Sum of RGB (Red+Green+Blue) = 192+51+82=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C03352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03352 is #3FCCAD. Grayscale: #606060. Windows color (decimal): -4181166 or 5387200. OLE color: 5387200.

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

Color convert

RGB 192 51 82 -
CMYK 0 0.73 0.57 0.25
HSL 346.81º 0.58% 0.48% -
HSV(B) 346.81º 0.73% 0.75% -
XYZ 24.45 14.18 9.43 -
YUV 96.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 192 51 82 0 0.73 0.57 0.25 346.81 0.58 0.48
Hex C0 33 52 0 49 39 19 15B 3A 30
Octal 300 63 122 0 111 71 31 533 72 60
Binary 11000000 110011 1010010 0 1001001 111001 11001 101011011 111010 110000

Color Harmonies of #C03352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03352

Black with #C03352

Text Example


Text Example

White with #C03352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03352; }

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

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

background-color css

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

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

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

border-color css

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

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

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