Html Css Color HEX #C9256A Cerise

📋 copy color: '#C9256A'

red 201 ◦ green 37 ◦ blue 106

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

Shades of Cerise #C9256A

Tints of Cerise #C9256A

RGB

 RED value IS 201 (78.91% from 255) = 58.43%

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

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

R = 58.43%
G = 10.76%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9256A (or 0xC9256A) is known color: Cerise. HEX triplet: C9, 25 and 6A. RGB value is (201,37,106). Sum of RGB (Red+Green+Blue) = 201+37+106=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9256A is #36DA95. Grayscale: #5D5D5D. Windows color (decimal): -3594902 or 6956489. OLE color: 6956489.

HSL color Cylindrical-coordinate representation of color #C9256A: hue angle of 334.76º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9256A is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 37 106 -
CMYK 0 0.82 0.47 0.21
HSL 334.76º 0.69% 0.47% -
HSV(B) 334.76º 0.82% 0.79% -
XYZ 27.35 14.78 15.05 -
YUV 93.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 201 37 106 0 0.82 0.47 0.21 334.76 0.69 0.47
Hex C9 25 6A 0 52 2F 15 14F 45 2F
Octal 311 45 152 0 122 57 25 517 105 57
Binary 11001001 100101 1101010 0 1010010 101111 10101 101001111 1000101 101111

Color Harmonies of #C9256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9256A

Black with #C9256A

Text Example


Text Example

White with #C9256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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