Html Css Color HEX #CCC1AD Soft Amber

📋 copy color: '#CCC1AD'

red 204 ◦ green 193 ◦ blue 173

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

Shades of Soft Amber #CCC1AD

Tints of Soft Amber #CCC1AD

RGB

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

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

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

R = 35.79%
G = 33.86%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCC1AD (or 0xCCC1AD) is known color: Soft Amber. HEX triplet: CC, C1 and AD. RGB value is (204,193,173). Sum of RGB (Red+Green+Blue) = 204+193+173=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC1AD is #333E52. Grayscale: #C2C2C2. Windows color (decimal): -3358291 or 11387340. OLE color: 11387340.

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

Color convert

RGB 204 193 173 -
CMYK 0 0.05 0.15 0.2
HSL 38.71º 0.23% 0.74% -
HSV(B) 38.71º 0.15% 0.8% -
XYZ 51.51 53.99 47.24 -
YUV 194.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 204 193 173 0 0.05 0.15 0.2 38.71 0.23 0.74
Hex CC C1 AD 0 5 F 14 27 17 4A
Octal 314 301 255 0 5 17 24 47 27 112
Binary 11001100 11000001 10101101 0 101 1111 10100 100111 10111 1001010

Color Harmonies of #CCC1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1AD

Black with #CCC1AD

Text Example


Text Example

White with #CCC1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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