#CCBCA5

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

Shades of Soft Amber #CCBCA5

Tints of Soft Amber #CCBCA5

Color information

#CCBCA5 (or 0xCCBCA5) is unknown color: approx Soft Amber. HEX triplet: CC, BC and A5. RGB value is (204,188,165). Sum of RGB (Red+Green+Blue) = 204+188+165=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBCA5 is #33435A. Grayscale: #BEBEBE. Windows color (decimal): -3359579 or 10861772. OLE color: 10861772.

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

Color convert

RGB204188165-
CMYK00.080.190.2
HSL35.38º27.66%72.35%-
HSV(B)35.38º19.12%80%-
XYZ49.6851.5242.92-
YUV190.16113.8137.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 165 (64.84% from 255) = 29.62%
R=36.62%
G=33.75%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418816500.080.190.235.3827.6672.35
HexCCBCA5081314231c48
Octal31427424501023244334110
Binary110011001011110010100101010001001110100100011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCA5; }

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

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

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

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

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

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

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

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