Html Css Color HEX #C52269 Cerise

📋 copy color: '#C52269'

red 197 ◦ green 34 ◦ blue 105

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

Shades of Cerise #C52269

Tints of Cerise #C52269

RGB

 RED value IS 197 (77.34% from 255) = 58.63%

 GREEN value IS 34 (13.67% from 255) = 10.12%

 BLUE value IS 105 (41.41% from 255) = 31.25%

R = 58.63%
G = 10.12%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C52269 (or 0xC52269) is known color: Cerise. HEX triplet: C5, 22 and 69. RGB value is (197,34,105). Sum of RGB (Red+Green+Blue) = 197+34+105=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C52269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52269 is #3ADD96. Grayscale: #5A5A5A. Windows color (decimal): -3857815 or 6890181. OLE color: 6890181.

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

Color convert

RGB 197 34 105 -
CMYK 0 0.83 0.47 0.23
HSL 333.87º 0.71% 0.45% -
HSV(B) 333.87º 0.83% 0.77% -
XYZ 26.15 14.03 14.7 -
YUV 90.83 136 203.73 -
System Red Green Blue C M Y K H S L
Decimal 197 34 105 0 0.83 0.47 0.23 333.87 0.71 0.45
Hex C5 22 69 0 53 2F 17 14E 47 2D
Octal 305 42 151 0 123 57 27 516 107 55
Binary 11000101 100010 1101001 0 1010011 101111 10111 101001110 1000111 101101

Color Harmonies of #C52269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52269

Black with #C52269

Text Example


Text Example

White with #C52269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52269; }

 p { color: rgb(197,34,105); }

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

background-color css

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

 a { background-color: rgb(197,34,105); }

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

border-color css

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

 span { border-color: rgb(197,34,105); }

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