Html Css Color HEX #CC256C Cerise

📋 copy color: '#CC256C'

red 204 ◦ green 37 ◦ blue 108

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

Shades of Cerise #CC256C

Tints of Cerise #CC256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 58.45%
G = 10.6%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC256C (or 0xCC256C) is known color: Cerise. HEX triplet: CC, 25 and 6C. RGB value is (204,37,108). Sum of RGB (Red+Green+Blue) = 204+37+108=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC256C is #33DA93. Grayscale: #5E5E5E. Windows color (decimal): -3398292 or 7087564. OLE color: 7087564.

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

Color convert

RGB 204 37 108 -
CMYK 0 0.82 0.47 0.2
HSL 334.49º 0.69% 0.47% -
HSV(B) 334.49º 0.82% 0.8% -
XYZ 28.27 15.24 15.64 -
YUV 95.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 204 37 108 0 0.82 0.47 0.2 334.49 0.69 0.47
Hex CC 25 6C 0 52 2F 14 14E 45 2F
Octal 314 45 154 0 122 57 24 516 105 57
Binary 11001100 100101 1101100 0 1010010 101111 10100 101001110 1000101 101111

Color Harmonies of #CC256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC256C

Black with #CC256C

Text Example


Text Example

White with #CC256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC256C; }

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

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

background-color css

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

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

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

border-color css

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

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

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