Html Css Color HEX #CCBEAB Soft Amber

📋 copy color: '#CCBEAB'

red 204 ◦ green 190 ◦ blue 171

#CCBEAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soft Amber #CCBEAB

Tints of Soft Amber #CCBEAB

RGB

 RED value IS 204 (80.08% from 255) = 36.11%

 GREEN value IS 190 (74.61% from 255) = 33.63%

 BLUE value IS 171 (67.19% from 255) = 30.27%

R = 36.11%
G = 33.63%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCBEAB (or 0xCCBEAB) is known color: Soft Amber. HEX triplet: CC, BE and AB. RGB value is (204,190,171). Sum of RGB (Red+Green+Blue) = 204+190+171=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBEAB is #334154. Grayscale: #C0C0C0. Windows color (decimal): -3359061 or 11255500. OLE color: 11255500.

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

Color convert

RGB 204 190 171 -
CMYK 0 0.07 0.16 0.2
HSL 34.55º 0.24% 0.74% -
HSV(B) 34.55º 0.16% 0.8% -
XYZ 50.67 52.6 46.01 -
YUV 192.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 204 190 171 0 0.07 0.16 0.2 34.55 0.24 0.74
Hex CC BE AB 0 7 10 14 23 18 4A
Octal 314 276 253 0 7 20 24 43 30 112
Binary 11001100 10111110 10101011 0 111 10000 10100 100011 11000 1001010

Color Harmonies of #CCBEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEAB

Black with #CCBEAB

Text Example


Text Example

White with #CCBEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEAB; }

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

 H1.HeaderClassName
 {
   color: #CCBEAB;
 }
 .AnyTagClassName
 {
   color: #CCBEAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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