#CCBDA6

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

Shades of Soft Amber #CCBDA6

Tints of Soft Amber #CCBDA6

Color information

#CCBDA6 (or 0xCCBDA6) is unknown color: approx Soft Amber. HEX triplet: CC, BD and A6. RGB value is (204,189,166). Sum of RGB (Red+Green+Blue) = 204+189+166=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDA6 is #334259. Grayscale: #BEBEBE. Windows color (decimal): -3359322 or 10927564. OLE color: 10927564.

HSL color Cylindrical-coordinate representation of color #CCBDA6: hue angle of 36.32º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBDA6 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB204189166-
CMYK00.070.190.2
HSL36.32º27.14%72.55%-
HSV(B)36.32º18.63%80%-
XYZ49.9851.9943.48-
YUV190.86113.97137.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 166 (65.23% from 255) = 29.70%
R=36.49%
G=33.81%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418916600.070.190.236.3227.1472.55
HexCCBDA6071314241b49
Octal3142752460723244433111
Binary11001100101111011010011001111001110100100100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDA6; }

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

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

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

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

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

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

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

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