Html Css Color HEX #CFBCAB Soft Amber

📋 copy color: '#CFBCAB'

red 207 ◦ green 188 ◦ blue 171

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

Shades of Soft Amber #CFBCAB

Tints of Soft Amber #CFBCAB

RGB

 RED value IS 207 (81.25% from 255) = 36.57%

 GREEN value IS 188 (73.83% from 255) = 33.22%

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

R = 36.57%
G = 33.22%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CFBCAB (or 0xCFBCAB) is known color: Soft Amber. HEX triplet: CF, BC and AB. RGB value is (207,188,171). Sum of RGB (Red+Green+Blue) = 207+188+171=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBCAB is #304354. Grayscale: #BFBFBF. Windows color (decimal): -3162965 or 11254991. OLE color: 11254991.

HSL color Cylindrical-coordinate representation of color #CFBCAB: hue angle of 28.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFBCAB is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 188 171 -
CMYK 0 0.09 0.17 0.19
HSL 28.33º 0.27% 0.74% -
HSV(B) 28.33º 0.17% 0.81% -
XYZ 51.07 52.17 45.91 -
YUV 191.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 207 188 171 0 0.09 0.17 0.19 28.33 0.27 0.74
Hex CF BC AB 0 9 11 13 1C 1B 4A
Octal 317 274 253 0 11 21 23 34 33 112
Binary 11001111 10111100 10101011 0 1001 10001 10011 11100 11011 1001010

Color Harmonies of #CFBCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBCAB

Black with #CFBCAB

Text Example


Text Example

White with #CFBCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBCAB; }

 p { color: rgb(207,188,171); }

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

background-color css

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

 a { background-color: rgb(207,188,171); }

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

border-color css

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

 span { border-color: rgb(207,188,171); }

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