Html Css Color HEX #CC266B Cerise

📋 copy color: '#CC266B'

red 204 ◦ green 38 ◦ blue 107

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

Shades of Cerise #CC266B

Tints of Cerise #CC266B

RGB

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

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

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

R = 58.45%
G = 10.89%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC266B (or 0xCC266B) is known color: Cerise. HEX triplet: CC, 26 and 6B. RGB value is (204,38,107). Sum of RGB (Red+Green+Blue) = 204+38+107=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC266B is #33D994. Grayscale: #5F5F5F. Windows color (decimal): -3398037 or 7022284. OLE color: 7022284.

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

Color convert

RGB 204 38 107 -
CMYK 0 0.81 0.48 0.2
HSL 335.06º 0.69% 0.47% -
HSV(B) 335.06º 0.81% 0.8% -
XYZ 28.25 15.29 15.37 -
YUV 95.5 134.5 205.39 -
System Red Green Blue C M Y K H S L
Decimal 204 38 107 0 0.81 0.48 0.2 335.06 0.69 0.47
Hex CC 26 6B 0 51 30 14 14F 45 2F
Octal 314 46 153 0 121 60 24 517 105 57
Binary 11001100 100110 1101011 0 1010001 110000 10100 101001111 1000101 101111

Color Harmonies of #CC266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC266B

Black with #CC266B

Text Example


Text Example

White with #CC266B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC266B; }

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

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

background-color css

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

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

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

border-color css

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

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

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