Html Css Color HEX #C0414C Old Rose

📋 copy color: '#C0414C'

red 192 ◦ green 65 ◦ blue 76

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

Shades of Old Rose #C0414C

Tints of Old Rose #C0414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.82%

R = 57.66%
G = 19.52%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0414C (or 0xC0414C) is known color: Old Rose. HEX triplet: C0, 41 and 4C. RGB value is (192,65,76). Sum of RGB (Red+Green+Blue) = 192+65+76=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0414C is #3FBEB3. Grayscale: #686868. Windows color (decimal): -4177588 or 4997568. OLE color: 4997568.

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

Color convert

RGB 192 65 76 -
CMYK 0 0.66 0.60 0.25
HSL 354.8º 0.5% 0.5% -
HSV(B) 354.8º 0.66% 0.75% -
XYZ 24.93 15.51 8.52 -
YUV 104.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 192 65 76 0 0.66 0.60 0.25 354.8 0.5 0.5
Hex C0 41 4C 0 42 3C 19 163 32 32
Octal 300 101 114 0 102 74 31 543 62 62
Binary 11000000 1000001 1001100 0 1000010 111100 11001 101100011 110010 110010

Color Harmonies of #C0414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0414C

Black with #C0414C

Text Example


Text Example

White with #C0414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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