Html Css Color HEX #C53268 Cerise

📋 copy color: '#C53268'

red 197 ◦ green 50 ◦ blue 104

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

Shades of Cerise #C53268

Tints of Cerise #C53268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.25%

 BLUE value IS 104 (41.02% from 255) = 29.63%

R = 56.13%
G = 14.25%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C53268 (or 0xC53268) is known color: Cerise. HEX triplet: C5, 32 and 68. RGB value is (197,50,104). Sum of RGB (Red+Green+Blue) = 197+50+104=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C53268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53268 is #3ACD97. Grayscale: #646464. Windows color (decimal): -3853720 or 6828741. OLE color: 6828741.

HSL color Cylindrical-coordinate representation of color #C53268: hue angle of 337.96º 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 #C53268 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 104 -
CMYK 0 0.75 0.47 0.23
HSL 337.96º 0.6% 0.48% -
HSV(B) 337.96º 0.75% 0.77% -
XYZ 26.67 15.15 14.62 -
YUV 100.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 197 50 104 0 0.75 0.47 0.23 337.96 0.6 0.48
Hex C5 32 68 0 4B 2F 17 152 3C 30
Octal 305 62 150 0 113 57 27 522 74 60
Binary 11000101 110010 1101000 0 1001011 101111 10111 101010010 111100 110000

Color Harmonies of #C53268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53268

Black with #C53268

Text Example


Text Example

White with #C53268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53268; }

 p { color: rgb(197,50,104); }

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

background-color css

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

 a { background-color: rgb(197,50,104); }

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

border-color css

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

 span { border-color: rgb(197,50,104); }

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