#CCBDAC

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

Shades of Soft Amber #CCBDAC

Tints of Soft Amber #CCBDAC

Color information

#CCBDAC (or 0xCCBDAC) is unknown color: approx Soft Amber. HEX triplet: CC, BD and AC. RGB value is (204,189,172). Sum of RGB (Red+Green+Blue) = 204+189+172=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDAC is #334253. Grayscale: #BFBFBF. Windows color (decimal): -3359316 or 11320780. OLE color: 11320780.

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

Color convert

RGB204189172-
CMYK00.070.160.2
HSL31.88º23.88%73.73%-
HSV(B)31.88º15.69%80%-
XYZ50.5552.2146.44-
YUV191.55116.97136.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 172 (67.58% from 255) = 30.44%
R=36.11%
G=33.45%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418917200.070.160.231.8823.8873.73
HexCCBDAC07101420184a
Octal3142752540720244030112
Binary11001100101111011010110001111000010100100000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDAC; }

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

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

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

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

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

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

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

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