Html Css Color HEX #C62161 Old Rose

📋 copy color: '#C62161'

red 198 ◦ green 33 ◦ blue 97

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

Shades of Old Rose #C62161

Tints of Old Rose #C62161

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.06%

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

R = 60.37%
G = 10.06%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C62161 (or 0xC62161) is known color: Old Rose. HEX triplet: C6, 21 and 61. RGB value is (198,33,97). Sum of RGB (Red+Green+Blue) = 198+33+97=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C62161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62161 is #39DE9E. Grayscale: #595959. Windows color (decimal): -3792543 or 6365638. OLE color: 6365638.

HSL color Cylindrical-coordinate representation of color #C62161: hue angle of 336.73º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62161 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 33 97 -
CMYK 0 0.83 0.51 0.22
HSL 336.73º 0.71% 0.45% -
HSV(B) 336.73º 0.83% 0.78% -
XYZ 25.99 13.96 12.63 -
YUV 89.63 132.16 205.3 -
System Red Green Blue C M Y K H S L
Decimal 198 33 97 0 0.83 0.51 0.22 336.73 0.71 0.45
Hex C6 21 61 0 53 33 16 151 47 2D
Octal 306 41 141 0 123 63 26 521 107 55
Binary 11000110 100001 1100001 0 1010011 110011 10110 101010001 1000111 101101

Color Harmonies of #C62161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62161

Black with #C62161

Text Example


Text Example

White with #C62161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62161; }

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

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

background-color css

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

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

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

border-color css

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

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

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