#CCBDAF

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

Shades of Soft Amber #CCBDAF

Tints of Soft Amber #CCBDAF

Color information

#CCBDAF (or 0xCCBDAF) is unknown color: approx Soft Amber. HEX triplet: CC, BD and AF. RGB value is (204,189,175). Sum of RGB (Red+Green+Blue) = 204+189+175=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDAF is #334250. Grayscale: #BFBFBF. Windows color (decimal): -3359313 or 11517388. OLE color: 11517388.

HSL color Cylindrical-coordinate representation of color #CCBDAF: hue angle of 28.97º degrees, saturation: 0.22, 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 #CCBDAF is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204189175-
CMYK00.070.140.2
HSL28.97º22.14%74.31%-
HSV(B)28.97º14.22%80%-
XYZ50.8452.3347.98-
YUV191.89118.47136.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 175 (68.75% from 255) = 30.81%
R=35.92%
G=33.27%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418917500.070.140.228.9722.1474.31
HexCCBDAF07E141d164a
Octal3142752570716243526112
Binary110011001011110110101111011111101010011101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDAF; }

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

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

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

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

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

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

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

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