#CCBEAF

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

Shades of Soft Amber #CCBEAF

Tints of Soft Amber #CCBEAF

Color information

#CCBEAF (or 0xCCBEAF) is unknown color: approx Soft Amber. HEX triplet: CC, BE and AF. RGB value is (204,190,175). Sum of RGB (Red+Green+Blue) = 204+190+175=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBEAF is #334150. Grayscale: #C0C0C0. Windows color (decimal): -3359057 or 11517644. OLE color: 11517644.

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

Color convert

RGB204190175-
CMYK00.070.140.2
HSL31.03º22.14%74.31%-
HSV(B)31.03º14.22%80%-
XYZ51.0552.7648.05-
YUV192.48118.14136.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=35.85%
G=33.39%
B=30.76%

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
Decimal20419017500.070.140.231.0322.1474.31
HexCCBEAF07E141f164a
Octal3142762570716243726112
Binary110011001011111010101111011111101010011111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEAF; }

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

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

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

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

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

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

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

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