Html Css Color HEX #CC6771 Cabaret

📋 copy color: '#CC6771'

red 204 ◦ green 103 ◦ blue 113

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

Shades of Cabaret #CC6771

Tints of Cabaret #CC6771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.52%

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

R = 48.57%
G = 24.52%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC6771 (or 0xCC6771) is known color: Cabaret. HEX triplet: CC, 67 and 71. RGB value is (204,103,113). Sum of RGB (Red+Green+Blue) = 204+103+113=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6771 is #33988E. Grayscale: #868686. Windows color (decimal): -3381391 or 7432140. OLE color: 7432140.

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

Color convert

RGB 204 103 113 -
CMYK 0 0.50 0.45 0.2
HSL 354.06º 0.5% 0.6% -
HSV(B) 354.06º 0.5% 0.8% -
XYZ 32.73 23.73 18.48 -
YUV 134.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 204 103 113 0 0.50 0.45 0.2 354.06 0.5 0.6
Hex CC 67 71 0 32 2D 14 162 32 3C
Octal 314 147 161 0 62 55 24 542 62 74
Binary 11001100 1100111 1110001 0 110010 101101 10100 101100010 110010 111100

Color Harmonies of #CC6771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6771

Black with #CC6771

Text Example


Text Example

White with #CC6771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6771; }

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

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

background-color css

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

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

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

border-color css

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

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

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