Html Css Color HEX #CC6171 Cabaret

📋 copy color: '#CC6171'

red 204 ◦ green 97 ◦ blue 113

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

Shades of Cabaret #CC6171

Tints of Cabaret #CC6171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.43%

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

R = 49.28%
G = 23.43%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC6171 (or 0xCC6171) is known color: Cabaret. HEX triplet: CC, 61 and 71. RGB value is (204,97,113). Sum of RGB (Red+Green+Blue) = 204+97+113=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6171 is #339E8E. Grayscale: #828282. Windows color (decimal): -3382927 or 7430604. OLE color: 7430604.

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

Color convert

RGB 204 97 113 -
CMYK 0 0.52 0.45 0.2
HSL 351.03º 0.51% 0.59% -
HSV(B) 351.03º 0.52% 0.8% -
XYZ 32.16 22.58 18.29 -
YUV 130.82 117.95 180.2 -
System Red Green Blue C M Y K H S L
Decimal 204 97 113 0 0.52 0.45 0.2 351.03 0.51 0.59
Hex CC 61 71 0 34 2D 14 15F 33 3B
Octal 314 141 161 0 64 55 24 537 63 73
Binary 11001100 1100001 1110001 0 110100 101101 10100 101011111 110011 111011

Color Harmonies of #CC6171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6171

Black with #CC6171

Text Example


Text Example

White with #CC6171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6171; }

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

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

background-color css

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

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

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

border-color css

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

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

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