Html Css Color HEX #CCC0AF Soft Amber

📋 copy color: '#CCC0AF'

red 204 ◦ green 192 ◦ blue 175

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

Shades of Soft Amber #CCC0AF

Tints of Soft Amber #CCC0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.65%

R = 35.73%
G = 33.63%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCC0AF (or 0xCCC0AF) is known color: Soft Amber. HEX triplet: CC, C0 and AF. RGB value is (204,192,175). Sum of RGB (Red+Green+Blue) = 204+192+175=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0AF is #333F50. Grayscale: #C1C1C1. Windows color (decimal): -3358545 or 11518156. OLE color: 11518156.

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

Color convert

RGB 204 192 175 -
CMYK 0 0.06 0.14 0.2
HSL 35.17º 0.22% 0.74% -
HSV(B) 35.17º 0.14% 0.8% -
XYZ 51.49 53.63 48.2 -
YUV 193.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 204 192 175 0 0.06 0.14 0.2 35.17 0.22 0.74
Hex CC C0 AF 0 6 E 14 23 16 4A
Octal 314 300 257 0 6 16 24 43 26 112
Binary 11001100 11000000 10101111 0 110 1110 10100 100011 10110 1001010

Color Harmonies of #CCC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0AF

Black with #CCC0AF

Text Example


Text Example

White with #CCC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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