Html Css Color HEX #C62861 Old Rose

📋 copy color: '#C62861'

red 198 ◦ green 40 ◦ blue 97

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

Shades of Old Rose #C62861

Tints of Old Rose #C62861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.96%

R = 59.1%
G = 11.94%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C62861 (or 0xC62861) is known color: Old Rose. HEX triplet: C6, 28 and 61. RGB value is (198,40,97). Sum of RGB (Red+Green+Blue) = 198+40+97=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C62861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62861 is #39D79E. Grayscale: #5D5D5D. Windows color (decimal): -3790751 or 6367430. OLE color: 6367430.

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

Color convert

RGB 198 40 97 -
CMYK 0 0.80 0.51 0.22
HSL 338.35º 0.66% 0.47% -
HSV(B) 338.35º 0.8% 0.78% -
XYZ 26.21 14.39 12.7 -
YUV 93.74 129.85 202.37 -
System Red Green Blue C M Y K H S L
Decimal 198 40 97 0 0.80 0.51 0.22 338.35 0.66 0.47
Hex C6 28 61 0 50 33 16 152 42 2F
Octal 306 50 141 0 120 63 26 522 102 57
Binary 11000110 101000 1100001 0 1010000 110011 10110 101010010 1000010 101111

Color Harmonies of #C62861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62861

Black with #C62861

Text Example


Text Example

White with #C62861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62861; }

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

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

background-color css

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

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

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

border-color css

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

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

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