Html Css Color HEX #C62852 Old Rose

📋 copy color: '#C62852'

red 198 ◦ green 40 ◦ blue 82

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

Shades of Old Rose #C62852

Tints of Old Rose #C62852

RGB

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

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

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

R = 61.88%
G = 12.5%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C62852 (or 0xC62852) is known color: Old Rose. HEX triplet: C6, 28 and 52. RGB value is (198,40,82). Sum of RGB (Red+Green+Blue) = 198+40+82=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C62852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62852 is #39D7AD. Grayscale: #5C5C5C. Windows color (decimal): -3790766 or 5384390. OLE color: 5384390.

HSL color Cylindrical-coordinate representation of color #C62852: hue angle of 344.05º 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 #C62852 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 82 -
CMYK 0 0.80 0.59 0.22
HSL 344.05º 0.66% 0.47% -
HSV(B) 344.05º 0.8% 0.78% -
XYZ 25.57 14.13 9.36 -
YUV 92.03 122.35 203.58 -
System Red Green Blue C M Y K H S L
Decimal 198 40 82 0 0.80 0.59 0.22 344.05 0.66 0.47
Hex C6 28 52 0 50 3B 16 158 42 2F
Octal 306 50 122 0 120 73 26 530 102 57
Binary 11000110 101000 1010010 0 1010000 111011 10110 101011000 1000010 101111

Color Harmonies of #C62852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62852

Black with #C62852

Text Example


Text Example

White with #C62852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62852; }

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

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

background-color css

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

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

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

border-color css

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

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

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