Html Css Color HEX #CC2665 Cerise

📋 copy color: '#CC2665'

red 204 ◦ green 38 ◦ blue 101

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

Shades of Cerise #CC2665

Tints of Cerise #CC2665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 59.48%
G = 11.08%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC2665 (or 0xCC2665) is known color: Cerise. HEX triplet: CC, 26 and 65. RGB value is (204,38,101). Sum of RGB (Red+Green+Blue) = 204+38+101=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2665 is #33D99A. Grayscale: #5E5E5E. Windows color (decimal): -3398043 or 6629068. OLE color: 6629068.

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

Color convert

RGB 204 38 101 -
CMYK 0 0.81 0.50 0.2
HSL 337.23º 0.69% 0.47% -
HSV(B) 337.23º 0.81% 0.8% -
XYZ 27.94 15.16 13.77 -
YUV 94.82 131.5 205.88 -
System Red Green Blue C M Y K H S L
Decimal 204 38 101 0 0.81 0.50 0.2 337.23 0.69 0.47
Hex CC 26 65 0 51 32 14 151 45 2F
Octal 314 46 145 0 121 62 24 521 105 57
Binary 11001100 100110 1100101 0 1010001 110010 10100 101010001 1000101 101111

Color Harmonies of #CC2665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2665

Black with #CC2665

Text Example


Text Example

White with #CC2665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2665; }

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

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

background-color css

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

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

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

border-color css

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

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

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