Html Css Color HEX #CC256B Cerise

📋 copy color: '#CC256B'

red 204 ◦ green 37 ◦ blue 107

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

Shades of Cerise #CC256B

Tints of Cerise #CC256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 58.62%
G = 10.63%
B = 30.75%

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

#CC256B (or 0xCC256B) is known color: Cerise. HEX triplet: CC, 25 and 6B. RGB value is (204,37,107). Sum of RGB (Red+Green+Blue) = 204+37+107=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC256B is #33DA94. Grayscale: #5E5E5E. Windows color (decimal): -3398293 or 7022028. OLE color: 7022028.

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

Color convert

RGB 204 37 107 -
CMYK 0 0.82 0.48 0.2
HSL 334.85º 0.69% 0.47% -
HSV(B) 334.85º 0.82% 0.8% -
XYZ 28.22 15.22 15.36 -
YUV 94.91 134.83 205.81 -
System Red Green Blue C M Y K H S L
Decimal 204 37 107 0 0.82 0.48 0.2 334.85 0.69 0.47
Hex CC 25 6B 0 52 30 14 14F 45 2F
Octal 314 45 153 0 122 60 24 517 105 57
Binary 11001100 100101 1101011 0 1010010 110000 10100 101001111 1000101 101111

Color Harmonies of #CC256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC256B

Black with #CC256B

Text Example


Text Example

White with #CC256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC256B; }

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

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

background-color css

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

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

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

border-color css

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

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

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