Html Css Color HEX #CC416A Cabaret

📋 copy color: '#CC416A'

red 204 ◦ green 65 ◦ blue 106

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

Shades of Cabaret #CC416A

Tints of Cabaret #CC416A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.33%

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 54.4%
G = 17.33%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC416A (or 0xCC416A) is known color: Cabaret. HEX triplet: CC, 41 and 6A. RGB value is (204,65,106). Sum of RGB (Red+Green+Blue) = 204+65+106=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC416A is #33BE95. Grayscale: #6F6F6F. Windows color (decimal): -3391126 or 6963660. OLE color: 6963660.

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

Color convert

RGB 204 65 106 -
CMYK 0 0.68 0.48 0.2
HSL 342.3º 0.58% 0.53% -
HSV(B) 342.3º 0.68% 0.8% -
XYZ 29.39 17.66 15.49 -
YUV 111.24 125.05 194.17 -
System Red Green Blue C M Y K H S L
Decimal 204 65 106 0 0.68 0.48 0.2 342.3 0.58 0.53
Hex CC 41 6A 0 44 30 14 156 3A 35
Octal 314 101 152 0 104 60 24 526 72 65
Binary 11001100 1000001 1101010 0 1000100 110000 10100 101010110 111010 110101

Color Harmonies of #CC416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC416A

Black with #CC416A

Text Example


Text Example

White with #CC416A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC416A; }

 p { color: rgb(204,65,106); }

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

background-color css

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

 a { background-color: rgb(204,65,106); }

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

border-color css

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

 span { border-color: rgb(204,65,106); }

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