Html Css Color HEX #C61855 Old Rose

📋 copy color: '#C61855'

red 198 ◦ green 24 ◦ blue 85

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

Shades of Old Rose #C61855

Tints of Old Rose #C61855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.69%

R = 64.5%
G = 7.82%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C61855 (or 0xC61855) is known color: Old Rose. HEX triplet: C6, 18 and 55. RGB value is (198,24,85). Sum of RGB (Red+Green+Blue) = 198+24+85=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C61855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61855 is #39E7AA. Grayscale: #525252. Windows color (decimal): -3794859 or 5576902. OLE color: 5576902.

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

Color convert

RGB 198 24 85 -
CMYK 0 0.88 0.57 0.22
HSL 338.97º 0.78% 0.44% -
HSV(B) 338.97º 0.88% 0.78% -
XYZ 25.26 13.31 9.83 -
YUV 82.98 129.15 210.04 -
System Red Green Blue C M Y K H S L
Decimal 198 24 85 0 0.88 0.57 0.22 338.97 0.78 0.44
Hex C6 18 55 0 58 39 16 153 4E 2C
Octal 306 30 125 0 130 71 26 523 116 54
Binary 11000110 11000 1010101 0 1011000 111001 10110 101010011 1001110 101100

Color Harmonies of #C61855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61855

Black with #C61855

Text Example


Text Example

White with #C61855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61855; }

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

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

background-color css

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

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

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

border-color css

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

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

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