#CBBDAF

Color #CBBDAF Soft Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Amber #CBBDAF

Tints of Soft Amber #CBBDAF

Color information

#CBBDAF (or 0xCBBDAF) is unknown color: approx Soft Amber. HEX triplet: CB, BD and AF. RGB value is (203,189,175). Sum of RGB (Red+Green+Blue) = 203+189+175=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBDAF is #344250. Grayscale: #BFBFBF. Windows color (decimal): -3424849 or 11517387. OLE color: 11517387.

HSL color Cylindrical-coordinate representation of color #CBBDAF: hue angle of 30º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBBDAF is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB203189175-
CMYK00.070.140.20
HSL30º21.21%74.12%-
HSV(B)30º13.79%79.61%-
XYZ50.5652.1947.97-
YUV191.59118.64136.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 189 (74.22% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=35.80%
G=33.33%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318917500.070.140.203021.2174.12
HexCBBDAF07E141e154a
Octal3132752570716243625112
Binary110010111011110110101111011111101010011110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDAF; }

 p { color: rgb(203,189,175); }

 H1.HeaderClassName
 {
   color: #CBBDAF;
 }
 .AnyTagClassName
 {
   color: #CBBDAF;
 }
</style>
background-color css

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

 a { background-color: rgb(203,189,175); }

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

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

 span { border-color: rgb(203,189,175); }

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