Html Css Color HEX #C61852 Old Rose

📋 copy color: '#C61852'

red 198 ◦ green 24 ◦ blue 82

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

Shades of Old Rose #C61852

Tints of Old Rose #C61852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.89%

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

R = 65.13%
G = 7.89%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C61852 (or 0xC61852) is known color: Old Rose. HEX triplet: C6, 18 and 52. RGB value is (198,24,82). Sum of RGB (Red+Green+Blue) = 198+24+82=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C61852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61852 is #39E7AD. Grayscale: #525252. Windows color (decimal): -3794862 or 5380294. OLE color: 5380294.

HSL color Cylindrical-coordinate representation of color #C61852: hue angle of 340º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61852 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 24 82 -
CMYK 0 0.88 0.59 0.22
HSL 340º 0.78% 0.44% -
HSV(B) 340º 0.88% 0.78% -
XYZ 25.14 13.27 9.22 -
YUV 82.64 127.65 210.28 -
System Red Green Blue C M Y K H S L
Decimal 198 24 82 0 0.88 0.59 0.22 340 0.78 0.44
Hex C6 18 52 0 58 3B 16 154 4E 2C
Octal 306 30 122 0 130 73 26 524 116 54
Binary 11000110 11000 1010010 0 1011000 111011 10110 101010100 1001110 101100

Color Harmonies of #C61852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61852

Black with #C61852

Text Example


Text Example

White with #C61852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61852; }

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

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

background-color css

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

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

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

border-color css

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

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

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