Html Css Color HEX #C62859 Old Rose

📋 copy color: '#C62859'

red 198 ◦ green 40 ◦ blue 89

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

Shades of Old Rose #C62859

Tints of Old Rose #C62859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.22%

R = 60.55%
G = 12.23%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C62859 (or 0xC62859) is known color: Old Rose. HEX triplet: C6, 28 and 59. RGB value is (198,40,89). Sum of RGB (Red+Green+Blue) = 198+40+89=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C62859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62859 is #39D7A6. Grayscale: #5C5C5C. Windows color (decimal): -3790759 or 5843142. OLE color: 5843142.

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

Color convert

RGB 198 40 89 -
CMYK 0 0.80 0.55 0.22
HSL 341.39º 0.66% 0.47% -
HSV(B) 341.39º 0.8% 0.78% -
XYZ 25.85 14.24 10.84 -
YUV 92.83 125.85 203.02 -
System Red Green Blue C M Y K H S L
Decimal 198 40 89 0 0.80 0.55 0.22 341.39 0.66 0.47
Hex C6 28 59 0 50 37 16 155 42 2F
Octal 306 50 131 0 120 67 26 525 102 57
Binary 11000110 101000 1011001 0 1010000 110111 10110 101010101 1000010 101111

Color Harmonies of #C62859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62859

Black with #C62859

Text Example


Text Example

White with #C62859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62859; }

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

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

background-color css

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

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

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

border-color css

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

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

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