Html Css Color HEX #CBC0AA Soft Amber

📋 copy color: '#CBC0AA'

red 203 ◦ green 192 ◦ blue 170

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

Shades of Soft Amber #CBC0AA

Tints of Soft Amber #CBC0AA

RGB

 RED value IS 203 (79.69% from 255) = 35.93%

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

 BLUE value IS 170 (66.8% from 255) = 30.09%

R = 35.93%
G = 33.98%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CBC0AA (or 0xCBC0AA) is known color: Soft Amber. HEX triplet: CB, C0 and AA. RGB value is (203,192,170). Sum of RGB (Red+Green+Blue) = 203+192+170=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC0AA is #343F55. Grayscale: #C0C0C0. Windows color (decimal): -3424086 or 11190475. OLE color: 11190475.

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

Color convert

RGB 203 192 170 -
CMYK 0 0.05 0.16 0.20
HSL 40º 0.24% 0.73% -
HSV(B) 40º 0.16% 0.8% -
XYZ 50.73 53.3 45.64 -
YUV 192.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 203 192 170 0 0.05 0.16 0.20 40 0.24 0.73
Hex CB C0 AA 0 5 10 14 28 18 49
Octal 313 300 252 0 5 20 24 50 30 111
Binary 11001011 11000000 10101010 0 101 10000 10100 101000 11000 1001001

Color Harmonies of #CBC0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC0AA

Black with #CBC0AA

Text Example


Text Example

White with #CBC0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC0AA; }

 p { color: rgb(203,192,170); }

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

background-color css

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

 a { background-color: rgb(203,192,170); }

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

border-color css

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

 span { border-color: rgb(203,192,170); }

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