Html Css Color HEX #CC256A Cerise

📋 copy color: '#CC256A'

red 204 ◦ green 37 ◦ blue 106

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

Shades of Cerise #CC256A

Tints of Cerise #CC256A

RGB

 RED value IS 204 (80.08% from 255) = 58.79%

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

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

R = 58.79%
G = 10.66%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC256A (or 0xCC256A) is known color: Cerise. HEX triplet: CC, 25 and 6A. RGB value is (204,37,106). Sum of RGB (Red+Green+Blue) = 204+37+106=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC256A is #33DA95. Grayscale: #5E5E5E. Windows color (decimal): -3398294 or 6956492. OLE color: 6956492.

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

Color convert

RGB 204 37 106 -
CMYK 0 0.82 0.48 0.2
HSL 335.21º 0.69% 0.47% -
HSV(B) 335.21º 0.82% 0.8% -
XYZ 28.16 15.2 15.09 -
YUV 94.8 134.33 205.89 -
System Red Green Blue C M Y K H S L
Decimal 204 37 106 0 0.82 0.48 0.2 335.21 0.69 0.47
Hex CC 25 6A 0 52 30 14 14F 45 2F
Octal 314 45 152 0 122 60 24 517 105 57
Binary 11001100 100101 1101010 0 1010010 110000 10100 101001111 1000101 101111

Color Harmonies of #CC256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC256A

Black with #CC256A

Text Example


Text Example

White with #CC256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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