Html Css Color HEX #CBC0AD Soft Amber

📋 copy color: '#CBC0AD'

red 203 ◦ green 192 ◦ blue 173

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

Shades of Soft Amber #CBC0AD

Tints of Soft Amber #CBC0AD

RGB

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

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

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

R = 35.74%
G = 33.8%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CBC0AD (or 0xCBC0AD) is known color: Soft Amber. HEX triplet: CB, C0 and AD. RGB value is (203,192,173). Sum of RGB (Red+Green+Blue) = 203+192+173=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC0AD is #343F52. Grayscale: #C1C1C1. Windows color (decimal): -3424083 or 11387083. OLE color: 11387083.

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

Color convert

RGB 203 192 173 -
CMYK 0 0.05 0.15 0.20
HSL 38º 0.22% 0.74% -
HSV(B) 38º 0.15% 0.8% -
XYZ 51.02 53.41 47.16 -
YUV 193.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 203 192 173 0 0.05 0.15 0.20 38 0.22 0.74
Hex CB C0 AD 0 5 F 14 26 16 4A
Octal 313 300 255 0 5 17 24 46 26 112
Binary 11001011 11000000 10101101 0 101 1111 10100 100110 10110 1001010

Color Harmonies of #CBC0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC0AD

Black with #CBC0AD

Text Example


Text Example

White with #CBC0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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