Html Css Color HEX #CC4366 Cabaret

📋 copy color: '#CC4366'

red 204 ◦ green 67 ◦ blue 102

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

Shades of Cabaret #CC4366

Tints of Cabaret #CC4366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.96%

 BLUE value IS 102 (40.23% from 255) = 27.35%

R = 54.69%
G = 17.96%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC4366 (or 0xCC4366) is known color: Cabaret. HEX triplet: CC, 43 and 66. RGB value is (204,67,102). Sum of RGB (Red+Green+Blue) = 204+67+102=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4366 is #33BC99. Grayscale: #6F6F6F. Windows color (decimal): -3390618 or 6702028. OLE color: 6702028.

HSL color Cylindrical-coordinate representation of color #CC4366: hue angle of 344.67º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4366 is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 67 102 -
CMYK 0 0.67 0.5 0.2
HSL 344.67º 0.57% 0.53% -
HSV(B) 344.67º 0.67% 0.8% -
XYZ 29.31 17.81 14.46 -
YUV 111.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 204 67 102 0 0.67 0.5 0.2 344.67 0.57 0.53
Hex CC 43 66 0 43 32 14 159 39 35
Octal 314 103 146 0 103 62 24 531 71 65
Binary 11001100 1000011 1100110 0 1000011 110010 10100 101011001 111001 110101

Color Harmonies of #CC4366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4366

Black with #CC4366

Text Example


Text Example

White with #CC4366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4366; }

 p { color: rgb(204,67,102); }

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

background-color css

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

 a { background-color: rgb(204,67,102); }

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

border-color css

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

 span { border-color: rgb(204,67,102); }

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