Html Css Color HEX #CCC1AF Soft Amber

📋 copy color: '#CCC1AF'

red 204 ◦ green 193 ◦ blue 175

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

Shades of Soft Amber #CCC1AF

Tints of Soft Amber #CCC1AF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.74%

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

R = 35.66%
G = 33.74%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCC1AF (or 0xCCC1AF) is known color: Soft Amber. HEX triplet: CC, C1 and AF. RGB value is (204,193,175). Sum of RGB (Red+Green+Blue) = 204+193+175=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC1AF is #333E50. Grayscale: #C2C2C2. Windows color (decimal): -3358289 or 11518412. OLE color: 11518412.

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

Color convert

RGB 204 193 175 -
CMYK 0 0.05 0.14 0.2
HSL 37.24º 0.22% 0.74% -
HSV(B) 37.24º 0.14% 0.8% -
XYZ 51.71 54.07 48.27 -
YUV 194.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 204 193 175 0 0.05 0.14 0.2 37.24 0.22 0.74
Hex CC C1 AF 0 5 E 14 25 16 4A
Octal 314 301 257 0 5 16 24 45 26 112
Binary 11001100 11000001 10101111 0 101 1110 10100 100101 10110 1001010

Color Harmonies of #CCC1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1AF

Black with #CCC1AF

Text Example


Text Example

White with #CCC1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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