#CBBFAF

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

Shades of Soft Amber #CBBFAF

Tints of Soft Amber #CBBFAF

Color information

#CBBFAF (or 0xCBBFAF) is unknown color: approx Soft Amber. HEX triplet: CB, BF and AF. RGB value is (203,191,175). Sum of RGB (Red+Green+Blue) = 203+191+175=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBFAF is #344050. Grayscale: #C0C0C0. Windows color (decimal): -3424337 or 11517899. OLE color: 11517899.

HSL color Cylindrical-coordinate representation of color #CBBFAF: hue angle of 34.29º 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 #CBBFAF is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB203191175-
CMYK00.060.140.20
HSL34.29º21.21%74.12%-
HSV(B)34.29º13.79%79.61%-
XYZ5153.0548.11-
YUV192.76117.98135.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=35.68%
G=33.57%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319117500.060.140.2034.2921.2174.12
HexCBBFAF06E1422154a
Octal3132772570616244225112
Binary1100101110111111101011110110111010100100010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFAF; }

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

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

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

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

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

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

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

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