Html Css Color HEX #CC266E Cerise

📋 copy color: '#CC266E'

red 204 ◦ green 38 ◦ blue 110

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

Shades of Cerise #CC266E

Tints of Cerise #CC266E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 57.95%
G = 10.8%
B = 31.25%

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

#CC266E (or 0xCC266E) is known color: Cerise. HEX triplet: CC, 26 and 6E. RGB value is (204,38,110). Sum of RGB (Red+Green+Blue) = 204+38+110=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC266E is #33D991. Grayscale: #5F5F5F. Windows color (decimal): -3398034 or 7218892. OLE color: 7218892.

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

Color convert

RGB 204 38 110 -
CMYK 0 0.81 0.46 0.2
HSL 333.98º 0.69% 0.47% -
HSV(B) 333.98º 0.81% 0.8% -
XYZ 28.41 15.35 16.22 -
YUV 95.84 136 205.15 -
System Red Green Blue C M Y K H S L
Decimal 204 38 110 0 0.81 0.46 0.2 333.98 0.69 0.47
Hex CC 26 6E 0 51 2E 14 14E 45 2F
Octal 314 46 156 0 121 56 24 516 105 57
Binary 11001100 100110 1101110 0 1010001 101110 10100 101001110 1000101 101111

Color Harmonies of #CC266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC266E

Black with #CC266E

Text Example


Text Example

White with #CC266E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC266E; }

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

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

background-color css

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

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

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

border-color css

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

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

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