Html Css Color HEX #C03956 Old Rose

📋 copy color: '#C03956'

red 192 ◦ green 57 ◦ blue 86

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

Shades of Old Rose #C03956

Tints of Old Rose #C03956

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.01%

 BLUE value IS 86 (33.98% from 255) = 25.67%

R = 57.31%
G = 17.01%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C03956 (or 0xC03956) is known color: Old Rose. HEX triplet: C0, 39 and 56. RGB value is (192,57,86). Sum of RGB (Red+Green+Blue) = 192+57+86=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C03956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03956 is #3FC6A9. Grayscale: #646464. Windows color (decimal): -4179626 or 5650880. OLE color: 5650880.

HSL color Cylindrical-coordinate representation of color #C03956: hue angle of 347.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03956 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 57 86 -
CMYK 0 0.70 0.55 0.25
HSL 347.11º 0.54% 0.49% -
HSV(B) 347.11º 0.7% 0.75% -
XYZ 24.88 14.8 10.35 -
YUV 100.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 192 57 86 0 0.70 0.55 0.25 347.11 0.54 0.49
Hex C0 39 56 0 46 37 19 15B 36 31
Octal 300 71 126 0 106 67 31 533 66 61
Binary 11000000 111001 1010110 0 1000110 110111 11001 101011011 110110 110001

Color Harmonies of #C03956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03956

Black with #C03956

Text Example


Text Example

White with #C03956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03956; }

 p { color: rgb(192,57,86); }

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

background-color css

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

 a { background-color: rgb(192,57,86); }

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

border-color css

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

 span { border-color: rgb(192,57,86); }

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