Html Css Color HEX #CC266F Cerise

📋 copy color: '#CC266F'

red 204 ◦ green 38 ◦ blue 111

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

Shades of Cerise #CC266F

Tints of Cerise #CC266F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.76%

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 57.79%
G = 10.76%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC266F (or 0xCC266F) is known color: Cerise. HEX triplet: CC, 26 and 6F. RGB value is (204,38,111). Sum of RGB (Red+Green+Blue) = 204+38+111=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC266F is #33D990. Grayscale: #5F5F5F. Windows color (decimal): -3398033 or 7284428. OLE color: 7284428.

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

Color convert

RGB 204 38 111 -
CMYK 0 0.81 0.46 0.2
HSL 333.61º 0.69% 0.47% -
HSV(B) 333.61º 0.81% 0.8% -
XYZ 28.46 15.37 16.51 -
YUV 95.96 136.5 205.06 -
System Red Green Blue C M Y K H S L
Decimal 204 38 111 0 0.81 0.46 0.2 333.61 0.69 0.47
Hex CC 26 6F 0 51 2E 14 14E 45 2F
Octal 314 46 157 0 121 56 24 516 105 57
Binary 11001100 100110 1101111 0 1010001 101110 10100 101001110 1000101 101111

Color Harmonies of #CC266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC266F

Black with #CC266F

Text Example


Text Example

White with #CC266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC266F; }

 p { color: rgb(204,38,111); }

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

background-color css

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

 a { background-color: rgb(204,38,111); }

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

border-color css

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

 span { border-color: rgb(204,38,111); }

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