Html Css Color HEX #CC6172 Cabaret

📋 copy color: '#CC6172'

red 204 ◦ green 97 ◦ blue 114

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

Shades of Cabaret #CC6172

Tints of Cabaret #CC6172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.47%

R = 49.16%
G = 23.37%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC6172 (or 0xCC6172) is known color: Cabaret. HEX triplet: CC, 61 and 72. RGB value is (204,97,114). Sum of RGB (Red+Green+Blue) = 204+97+114=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6172 is #339E8D. Grayscale: #828282. Windows color (decimal): -3382926 or 7496140. OLE color: 7496140.

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

Color convert

RGB 204 97 114 -
CMYK 0 0.52 0.44 0.2
HSL 350.47º 0.51% 0.59% -
HSV(B) 350.47º 0.52% 0.8% -
XYZ 32.21 22.6 18.58 -
YUV 130.93 118.45 180.12 -
System Red Green Blue C M Y K H S L
Decimal 204 97 114 0 0.52 0.44 0.2 350.47 0.51 0.59
Hex CC 61 72 0 34 2C 14 15E 33 3B
Octal 314 141 162 0 64 54 24 536 63 73
Binary 11001100 1100001 1110010 0 110100 101100 10100 101011110 110011 111011

Color Harmonies of #CC6172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6172

Black with #CC6172

Text Example


Text Example

White with #CC6172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6172; }

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

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

background-color css

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

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

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

border-color css

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

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

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