Html Css Color HEX #CC4671 Cabaret

📋 copy color: '#CC4671'

red 204 ◦ green 70 ◦ blue 113

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

Shades of Cabaret #CC4671

Tints of Cabaret #CC4671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.09%

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 52.71%
G = 18.09%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC4671 (or 0xCC4671) is known color: Cabaret. HEX triplet: CC, 46 and 71. RGB value is (204,70,113). Sum of RGB (Red+Green+Blue) = 204+70+113=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4671 is #33B98E. Grayscale: #727272. Windows color (decimal): -3389839 or 7423692. OLE color: 7423692.

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

Color convert

RGB 204 70 113 -
CMYK 0 0.66 0.45 0.2
HSL 340.75º 0.57% 0.54% -
HSV(B) 340.75º 0.66% 0.8% -
XYZ 30.07 18.41 17.59 -
YUV 114.97 126.89 191.5 -
System Red Green Blue C M Y K H S L
Decimal 204 70 113 0 0.66 0.45 0.2 340.75 0.57 0.54
Hex CC 46 71 0 42 2D 14 155 39 36
Octal 314 106 161 0 102 55 24 525 71 66
Binary 11001100 1000110 1110001 0 1000010 101101 10100 101010101 111001 110110

Color Harmonies of #CC4671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4671

Black with #CC4671

Text Example


Text Example

White with #CC4671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4671; }

 p { color: rgb(204,70,113); }

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

background-color css

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

 a { background-color: rgb(204,70,113); }

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

border-color css

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

 span { border-color: rgb(204,70,113); }

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