Html Css Color HEX #CCC0AD Soft Amber

📋 copy color: '#CCC0AD'

red 204 ◦ green 192 ◦ blue 173

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

Shades of Soft Amber #CCC0AD

Tints of Soft Amber #CCC0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.74%

 BLUE value IS 173 (67.97% from 255) = 30.4%

R = 35.85%
G = 33.74%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCC0AD (or 0xCCC0AD) is known color: Soft Amber. HEX triplet: CC, C0 and AD. RGB value is (204,192,173). Sum of RGB (Red+Green+Blue) = 204+192+173=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0AD is #333F52. Grayscale: #C1C1C1. Windows color (decimal): -3358547 or 11387084. OLE color: 11387084.

HSL color Cylindrical-coordinate representation of color #CCC0AD: hue angle of 36.77º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC0AD is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 173 -
CMYK 0 0.06 0.15 0.2
HSL 36.77º 0.23% 0.74% -
HSV(B) 36.77º 0.15% 0.8% -
XYZ 51.29 53.55 47.17 -
YUV 193.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 204 192 173 0 0.06 0.15 0.2 36.77 0.23 0.74
Hex CC C0 AD 0 6 F 14 25 17 4A
Octal 314 300 255 0 6 17 24 45 27 112
Binary 11001100 11000000 10101101 0 110 1111 10100 100101 10111 1001010

Color Harmonies of #CCC0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0AD

Black with #CCC0AD

Text Example


Text Example

White with #CCC0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0AD; }

 p { color: rgb(204,192,173); }

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

background-color css

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

 a { background-color: rgb(204,192,173); }

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

border-color css

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

 span { border-color: rgb(204,192,173); }

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