#CCBCAD

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

Shades of Soft Amber #CCBCAD

Tints of Soft Amber #CCBCAD

Color information

#CCBCAD (or 0xCCBCAD) is unknown color: approx Soft Amber. HEX triplet: CC, BC and AD. RGB value is (204,188,173). Sum of RGB (Red+Green+Blue) = 204+188+173=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBCAD is #334352. Grayscale: #BFBFBF. Windows color (decimal): -3359571 or 11386060. OLE color: 11386060.

HSL color Cylindrical-coordinate representation of color #CCBCAD: hue angle of 29.03º degrees, saturation: 0.23, 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 #CCBCAD is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204188173-
CMYK00.080.150.2
HSL29.03º23.31%73.92%-
HSV(B)29.03º15.2%80%-
XYZ50.4351.8246.88-
YUV191.07117.8137.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 173 (67.97% from 255) = 30.62%
R=36.11%
G=33.27%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418817300.080.150.229.0323.3173.92
HexCCBCAD08F141d174a
Octal31427425501017243527112
Binary1100110010111100101011010100011111010011101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCAD; }

 p { color: rgb(204,188,173); }

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

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

 a { background-color: rgb(204,188,173); }

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

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

 span { border-color: rgb(204,188,173); }

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