Html Css Color HEX #C62848 Old Rose

📋 copy color: '#C62848'

red 198 ◦ green 40 ◦ blue 72

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

Shades of Old Rose #C62848

Tints of Old Rose #C62848

RGB

 RED value IS 198 (77.73% from 255) = 63.87%

 GREEN value IS 40 (16.02% from 255) = 12.9%

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 63.87%
G = 12.9%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C62848 (or 0xC62848) is known color: Old Rose. HEX triplet: C6, 28 and 48. RGB value is (198,40,72). Sum of RGB (Red+Green+Blue) = 198+40+72=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C62848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62848 is #39D7B7. Grayscale: #5A5A5A. Windows color (decimal): -3790776 or 4729030. OLE color: 4729030.

HSL color Cylindrical-coordinate representation of color #C62848: hue angle of 347.85º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62848 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 72 -
CMYK 0 0.80 0.64 0.22
HSL 347.85º 0.66% 0.47% -
HSV(B) 347.85º 0.8% 0.78% -
XYZ 25.22 13.99 7.5 -
YUV 90.89 117.35 204.4 -
System Red Green Blue C M Y K H S L
Decimal 198 40 72 0 0.80 0.64 0.22 347.85 0.66 0.47
Hex C6 28 48 0 50 40 16 15C 42 2F
Octal 306 50 110 0 120 100 26 534 102 57
Binary 11000110 101000 1001000 0 1010000 1000000 10110 101011100 1000010 101111

Color Harmonies of #C62848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62848

Black with #C62848

Text Example


Text Example

White with #C62848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62848; }

 p { color: rgb(198,40,72); }

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

background-color css

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

 a { background-color: rgb(198,40,72); }

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

border-color css

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

 span { border-color: rgb(198,40,72); }

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