Html Css Color HEX #C53166 Cerise

📋 copy color: '#C53166'

red 197 ◦ green 49 ◦ blue 102

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

Shades of Cerise #C53166

Tints of Cerise #C53166

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.08%

 BLUE value IS 102 (40.23% from 255) = 29.31%

R = 56.61%
G = 14.08%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C53166 (or 0xC53166) is known color: Cerise. HEX triplet: C5, 31 and 66. RGB value is (197,49,102). Sum of RGB (Red+Green+Blue) = 197+49+102=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C53166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53166 is #3ACE99. Grayscale: #636363. Windows color (decimal): -3853978 or 6697413. OLE color: 6697413.

HSL color Cylindrical-coordinate representation of color #C53166: hue angle of 338.51º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53166 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 49 102 -
CMYK 0 0.75 0.48 0.23
HSL 338.51º 0.6% 0.48% -
HSV(B) 338.51º 0.75% 0.77% -
XYZ 26.52 15.03 14.07 -
YUV 99.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 197 49 102 0 0.75 0.48 0.23 338.51 0.6 0.48
Hex C5 31 66 0 4B 30 17 153 3C 30
Octal 305 61 146 0 113 60 27 523 74 60
Binary 11000101 110001 1100110 0 1001011 110000 10111 101010011 111100 110000

Color Harmonies of #C53166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53166

Black with #C53166

Text Example


Text Example

White with #C53166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53166; }

 p { color: rgb(197,49,102); }

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

background-color css

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

 a { background-color: rgb(197,49,102); }

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

border-color css

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

 span { border-color: rgb(197,49,102); }

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