Html Css Color HEX #CC6071 Cabaret

📋 copy color: '#CC6071'

red 204 ◦ green 96 ◦ blue 113

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

Shades of Cabaret #CC6071

Tints of Cabaret #CC6071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.24%

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

R = 49.39%
G = 23.24%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC6071 (or 0xCC6071) is known color: Cabaret. HEX triplet: CC, 60 and 71. RGB value is (204,96,113). Sum of RGB (Red+Green+Blue) = 204+96+113=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6071 is #339F8E. Grayscale: #828282. Windows color (decimal): -3383183 or 7430348. OLE color: 7430348.

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

Color convert

RGB 204 96 113 -
CMYK 0 0.53 0.45 0.2
HSL 350.56º 0.51% 0.59% -
HSV(B) 350.56º 0.53% 0.8% -
XYZ 32.07 22.4 18.26 -
YUV 130.23 118.28 180.62 -
System Red Green Blue C M Y K H S L
Decimal 204 96 113 0 0.53 0.45 0.2 350.56 0.51 0.59
Hex CC 60 71 0 35 2D 14 15F 33 3B
Octal 314 140 161 0 65 55 24 537 63 73
Binary 11001100 1100000 1110001 0 110101 101101 10100 101011111 110011 111011

Color Harmonies of #CC6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6071

Black with #CC6071

Text Example


Text Example

White with #CC6071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6071; }

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

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

background-color css

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

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

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

border-color css

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

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

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