Html Css Color HEX #CC686C Cabaret

📋 copy color: '#CC686C'

red 204 ◦ green 104 ◦ blue 108

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

Shades of Cabaret #CC686C

Tints of Cabaret #CC686C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25%

 BLUE value IS 108 (42.58% from 255) = 25.96%

R = 49.04%
G = 25%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC686C (or 0xCC686C) is known color: Cabaret. HEX triplet: CC, 68 and 6C. RGB value is (204,104,108). Sum of RGB (Red+Green+Blue) = 204+104+108=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC686C is #339793. Grayscale: #868686. Windows color (decimal): -3381140 or 7104716. OLE color: 7104716.

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

Color convert

RGB 204 104 108 -
CMYK 0 0.49 0.47 0.2
HSL 357.6º 0.5% 0.6% -
HSV(B) 357.6º 0.49% 0.8% -
XYZ 32.56 23.82 17.07 -
YUV 134.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 204 104 108 0 0.49 0.47 0.2 357.6 0.5 0.6
Hex CC 68 6C 0 31 2F 14 166 32 3C
Octal 314 150 154 0 61 57 24 546 62 74
Binary 11001100 1101000 1101100 0 110001 101111 10100 101100110 110010 111100

Color Harmonies of #CC686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC686C

Black with #CC686C

Text Example


Text Example

White with #CC686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC686C; }

 p { color: rgb(204,104,108); }

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

background-color css

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

 a { background-color: rgb(204,104,108); }

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

border-color css

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

 span { border-color: rgb(204,104,108); }

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