Html Css Color HEX #CC416B Cabaret

📋 copy color: '#CC416B'

red 204 ◦ green 65 ◦ blue 107

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

Shades of Cabaret #CC416B

Tints of Cabaret #CC416B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 54.26%
G = 17.29%
B = 28.46%

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

#CC416B (or 0xCC416B) is known color: Cabaret. HEX triplet: CC, 41 and 6B. RGB value is (204,65,107). Sum of RGB (Red+Green+Blue) = 204+65+107=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC416B is #33BE94. Grayscale: #6F6F6F. Windows color (decimal): -3391125 or 7029196. OLE color: 7029196.

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

Color convert

RGB 204 65 107 -
CMYK 0 0.68 0.48 0.2
HSL 341.87º 0.58% 0.53% -
HSV(B) 341.87º 0.68% 0.8% -
XYZ 29.45 17.68 15.77 -
YUV 111.35 125.55 194.08 -
System Red Green Blue C M Y K H S L
Decimal 204 65 107 0 0.68 0.48 0.2 341.87 0.58 0.53
Hex CC 41 6B 0 44 30 14 156 3A 35
Octal 314 101 153 0 104 60 24 526 72 65
Binary 11001100 1000001 1101011 0 1000100 110000 10100 101010110 111010 110101

Color Harmonies of #CC416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC416B

Black with #CC416B

Text Example


Text Example

White with #CC416B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC416B; }

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

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

background-color css

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

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

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

border-color css

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

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

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