Html Css Color HEX #CC446B Cabaret

📋 copy color: '#CC446B'

red 204 ◦ green 68 ◦ blue 107

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

Shades of Cabaret #CC446B

Tints of Cabaret #CC446B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.94%

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

R = 53.83%
G = 17.94%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC446B (or 0xCC446B) is known color: Cabaret. HEX triplet: CC, 44 and 6B. RGB value is (204,68,107). Sum of RGB (Red+Green+Blue) = 204+68+107=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC446B is #33BB94. Grayscale: #717171. Windows color (decimal): -3390357 or 7029964. OLE color: 7029964.

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

Color convert

RGB 204 68 107 -
CMYK 0 0.67 0.48 0.2
HSL 342.79º 0.57% 0.53% -
HSV(B) 342.79º 0.67% 0.8% -
XYZ 29.62 18.03 15.83 -
YUV 113.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 204 68 107 0 0.67 0.48 0.2 342.79 0.57 0.53
Hex CC 44 6B 0 43 30 14 157 39 35
Octal 314 104 153 0 103 60 24 527 71 65
Binary 11001100 1000100 1101011 0 1000011 110000 10100 101010111 111001 110101

Color Harmonies of #CC446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC446B

Black with #CC446B

Text Example


Text Example

White with #CC446B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC446B; }

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

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

background-color css

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

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

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

border-color css

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

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

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