Html Css Color HEX #CC446A Cabaret

📋 copy color: '#CC446A'

red 204 ◦ green 68 ◦ blue 106

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

Shades of Cabaret #CC446A

Tints of Cabaret #CC446A

RGB

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

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

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

R = 53.97%
G = 17.99%
B = 28.04%

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

#CC446A (or 0xCC446A) is known color: Cabaret. HEX triplet: CC, 44 and 6A. RGB value is (204,68,106). Sum of RGB (Red+Green+Blue) = 204+68+106=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC446A is #33BB95. Grayscale: #707070. Windows color (decimal): -3390358 or 6964428. OLE color: 6964428.

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

Color convert

RGB 204 68 106 -
CMYK 0 0.67 0.48 0.2
HSL 343.24º 0.57% 0.53% -
HSV(B) 343.24º 0.67% 0.8% -
XYZ 29.57 18.01 15.55 -
YUV 113 124.06 192.91 -
System Red Green Blue C M Y K H S L
Decimal 204 68 106 0 0.67 0.48 0.2 343.24 0.57 0.53
Hex CC 44 6A 0 43 30 14 157 39 35
Octal 314 104 152 0 103 60 24 527 71 65
Binary 11001100 1000100 1101010 0 1000011 110000 10100 101010111 111001 110101

Color Harmonies of #CC446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC446A

Black with #CC446A

Text Example


Text Example

White with #CC446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC446A; }

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

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

background-color css

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

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

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

border-color css

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

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

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