Html Css Color HEX #CCC1AB Soft Amber

📋 copy color: '#CCC1AB'

red 204 ◦ green 193 ◦ blue 171

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

Shades of Soft Amber #CCC1AB

Tints of Soft Amber #CCC1AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.11%

R = 35.92%
G = 33.98%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCC1AB (or 0xCCC1AB) is known color: Soft Amber. HEX triplet: CC, C1 and AB. RGB value is (204,193,171). Sum of RGB (Red+Green+Blue) = 204+193+171=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC1AB is #333E54. Grayscale: #C1C1C1. Windows color (decimal): -3358293 or 11256268. OLE color: 11256268.

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

Color convert

RGB 204 193 171 -
CMYK 0 0.05 0.16 0.2
HSL 40º 0.24% 0.74% -
HSV(B) 40º 0.16% 0.8% -
XYZ 51.32 53.92 46.23 -
YUV 193.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 204 193 171 0 0.05 0.16 0.2 40 0.24 0.74
Hex CC C1 AB 0 5 10 14 28 18 4A
Octal 314 301 253 0 5 20 24 50 30 112
Binary 11001100 11000001 10101011 0 101 10000 10100 101000 11000 1001010

Color Harmonies of #CCC1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1AB

Black with #CCC1AB

Text Example


Text Example

White with #CCC1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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