Html Css Color HEX #CC686D Cabaret

📋 copy color: '#CC686D'

red 204 ◦ green 104 ◦ blue 109

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

Shades of Cabaret #CC686D

Tints of Cabaret #CC686D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 48.92%
G = 24.94%
B = 26.14%

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

#CC686D (or 0xCC686D) is known color: Cabaret. HEX triplet: CC, 68 and 6D. RGB value is (204,104,109). Sum of RGB (Red+Green+Blue) = 204+104+109=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC686D is #339792. Grayscale: #868686. Windows color (decimal): -3381139 or 7170252. OLE color: 7170252.

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

Color convert

RGB 204 104 109 -
CMYK 0 0.49 0.47 0.2
HSL 357º 0.5% 0.6% -
HSV(B) 357º 0.49% 0.8% -
XYZ 32.61 23.84 17.35 -
YUV 134.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 204 104 109 0 0.49 0.47 0.2 357 0.5 0.6
Hex CC 68 6D 0 31 2F 14 165 32 3C
Octal 314 150 155 0 61 57 24 545 62 74
Binary 11001100 1101000 1101101 0 110001 101111 10100 101100101 110010 111100

Color Harmonies of #CC686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC686D

Black with #CC686D

Text Example


Text Example

White with #CC686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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