Html Css Color HEX #CCC0AE Soft Amber

📋 copy color: '#CCC0AE'

red 204 ◦ green 192 ◦ blue 174

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

Shades of Soft Amber #CCC0AE

Tints of Soft Amber #CCC0AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.53%

R = 35.79%
G = 33.68%
B = 30.53%

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

#CCC0AE (or 0xCCC0AE) is known color: Soft Amber. HEX triplet: CC, C0 and AE. RGB value is (204,192,174). Sum of RGB (Red+Green+Blue) = 204+192+174=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0AE is #333F51. Grayscale: #C1C1C1. Windows color (decimal): -3358546 or 11452620. OLE color: 11452620.

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

Color convert

RGB 204 192 174 -
CMYK 0 0.06 0.15 0.2
HSL 36º 0.23% 0.74% -
HSV(B) 36º 0.15% 0.8% -
XYZ 51.39 53.59 47.68 -
YUV 193.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 204 192 174 0 0.06 0.15 0.2 36 0.23 0.74
Hex CC C0 AE 0 6 F 14 24 17 4A
Octal 314 300 256 0 6 17 24 44 27 112
Binary 11001100 11000000 10101110 0 110 1111 10100 100100 10111 1001010

Color Harmonies of #CCC0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0AE

Black with #CCC0AE

Text Example


Text Example

White with #CCC0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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