Html Css Color HEX #C03356 Old Rose

📋 copy color: '#C03356'

red 192 ◦ green 51 ◦ blue 86

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

Shades of Old Rose #C03356

Tints of Old Rose #C03356

RGB

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

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

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

R = 58.36%
G = 15.5%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C03356 (or 0xC03356) is known color: Old Rose. HEX triplet: C0, 33 and 56. RGB value is (192,51,86). Sum of RGB (Red+Green+Blue) = 192+51+86=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C03356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03356 is #3FCCA9. Grayscale: #616161. Windows color (decimal): -4181162 or 5649344. OLE color: 5649344.

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

Color convert

RGB 192 51 86 -
CMYK 0 0.73 0.55 0.25
HSL 345.11º 0.58% 0.48% -
HSV(B) 345.11º 0.73% 0.75% -
XYZ 24.6 14.25 10.26 -
YUV 97.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 192 51 86 0 0.73 0.55 0.25 345.11 0.58 0.48
Hex C0 33 56 0 49 37 19 159 3A 30
Octal 300 63 126 0 111 67 31 531 72 60
Binary 11000000 110011 1010110 0 1001001 110111 11001 101011001 111010 110000

Color Harmonies of #C03356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03356

Black with #C03356

Text Example


Text Example

White with #C03356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03356; }

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

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

background-color css

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

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

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

border-color css

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

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

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