Html Css Color HEX #CC266D Cerise

📋 copy color: '#CC266D'

red 204 ◦ green 38 ◦ blue 109

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

Shades of Cerise #CC266D

Tints of Cerise #CC266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 58.12%
G = 10.83%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC266D (or 0xCC266D) is known color: Cerise. HEX triplet: CC, 26 and 6D. RGB value is (204,38,109). Sum of RGB (Red+Green+Blue) = 204+38+109=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC266D is #33D992. Grayscale: #5F5F5F. Windows color (decimal): -3398035 or 7153356. OLE color: 7153356.

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

Color convert

RGB 204 38 109 -
CMYK 0 0.81 0.47 0.2
HSL 334.34º 0.69% 0.47% -
HSV(B) 334.34º 0.81% 0.8% -
XYZ 28.36 15.33 15.93 -
YUV 95.73 135.5 205.23 -
System Red Green Blue C M Y K H S L
Decimal 204 38 109 0 0.81 0.47 0.2 334.34 0.69 0.47
Hex CC 26 6D 0 51 2F 14 14E 45 2F
Octal 314 46 155 0 121 57 24 516 105 57
Binary 11001100 100110 1101101 0 1010001 101111 10100 101001110 1000101 101111

Color Harmonies of #CC266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC266D

Black with #CC266D

Text Example


Text Example

White with #CC266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC266D; }

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

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

background-color css

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

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

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

border-color css

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

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

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