Html Css Color HEX #CDBB9E Soft Amber

📋 copy color: '#CDBB9E'

red 205 ◦ green 187 ◦ blue 158

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

Shades of Soft Amber #CDBB9E

Tints of Soft Amber #CDBB9E

RGB

 RED value IS 205 (80.47% from 255) = 37.27%

 GREEN value IS 187 (73.44% from 255) = 34%

 BLUE value IS 158 (62.11% from 255) = 28.73%

R = 37.27%
G = 34%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CDBB9E (or 0xCDBB9E) is known color: Soft Amber. HEX triplet: CD, BB and 9E. RGB value is (205,187,158). Sum of RGB (Red+Green+Blue) = 205+187+158=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBB9E is #324461. Grayscale: #BDBDBD. Windows color (decimal): -3294306 or 10402765. OLE color: 10402765.

HSL color Cylindrical-coordinate representation of color #CDBB9E: hue angle of 37.02º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDBB9E is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 187 158 -
CMYK 0 0.09 0.23 0.20
HSL 37.02º 0.32% 0.71% -
HSV(B) 37.02º 0.23% 0.8% -
XYZ 49.12 50.99 39.6 -
YUV 189.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 205 187 158 0 0.09 0.23 0.20 37.02 0.32 0.71
Hex CD BB 9E 0 9 17 14 25 20 47
Octal 315 273 236 0 11 27 24 45 40 107
Binary 11001101 10111011 10011110 0 1001 10111 10100 100101 100000 1000111

Color Harmonies of #CDBB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBB9E

Black with #CDBB9E

Text Example


Text Example

White with #CDBB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBB9E; }

 p { color: rgb(205,187,158); }

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

background-color css

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

 a { background-color: rgb(205,187,158); }

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

border-color css

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

 span { border-color: rgb(205,187,158); }

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