Html Css Color HEX #CC2662 Cerise

📋 copy color: '#CC2662'

red 204 ◦ green 38 ◦ blue 98

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

Shades of Cerise #CC2662

Tints of Cerise #CC2662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.82%

R = 60%
G = 11.18%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC2662 (or 0xCC2662) is known color: Cerise. HEX triplet: CC, 26 and 62. RGB value is (204,38,98). Sum of RGB (Red+Green+Blue) = 204+38+98=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2662 is #33D99D. Grayscale: #5E5E5E. Windows color (decimal): -3398046 or 6432460. OLE color: 6432460.

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

Color convert

RGB 204 38 98 -
CMYK 0 0.81 0.52 0.2
HSL 338.31º 0.69% 0.47% -
HSV(B) 338.31º 0.81% 0.8% -
XYZ 27.8 15.11 13.01 -
YUV 94.47 130 206.12 -
System Red Green Blue C M Y K H S L
Decimal 204 38 98 0 0.81 0.52 0.2 338.31 0.69 0.47
Hex CC 26 62 0 51 34 14 152 45 2F
Octal 314 46 142 0 121 64 24 522 105 57
Binary 11001100 100110 1100010 0 1010001 110100 10100 101010010 1000101 101111

Color Harmonies of #CC2662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2662

Black with #CC2662

Text Example


Text Example

White with #CC2662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2662; }

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

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

background-color css

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

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

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

border-color css

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

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

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