Html Css Color HEX #C5256A Cerise

📋 copy color: '#C5256A'

red 197 ◦ green 37 ◦ blue 106

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

Shades of Cerise #C5256A

Tints of Cerise #C5256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.88%

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 57.94%
G = 10.88%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5256A (or 0xC5256A) is known color: Cerise. HEX triplet: C5, 25 and 6A. RGB value is (197,37,106). Sum of RGB (Red+Green+Blue) = 197+37+106=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5256A is #3ADA95. Grayscale: #5C5C5C. Windows color (decimal): -3857046 or 6956485. OLE color: 6956485.

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

Color convert

RGB 197 37 106 -
CMYK 0 0.81 0.46 0.23
HSL 334.13º 0.68% 0.46% -
HSV(B) 334.13º 0.81% 0.77% -
XYZ 26.29 14.23 15 -
YUV 92.71 135.51 202.39 -
System Red Green Blue C M Y K H S L
Decimal 197 37 106 0 0.81 0.46 0.23 334.13 0.68 0.46
Hex C5 25 6A 0 51 2E 17 14E 44 2E
Octal 305 45 152 0 121 56 27 516 104 56
Binary 11000101 100101 1101010 0 1010001 101110 10111 101001110 1000100 101110

Color Harmonies of #C5256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5256A

Black with #C5256A

Text Example


Text Example

White with #C5256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5256A; }

 p { color: rgb(197,37,106); }

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

background-color css

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

 a { background-color: rgb(197,37,106); }

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

border-color css

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

 span { border-color: rgb(197,37,106); }

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