Html Css Color HEX #CFBBA3 Soft Amber

📋 copy color: '#CFBBA3'

red 207 ◦ green 187 ◦ blue 163

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

Shades of Soft Amber #CFBBA3

Tints of Soft Amber #CFBBA3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.57%

 BLUE value IS 163 (64.06% from 255) = 29.26%

R = 37.16%
G = 33.57%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CFBBA3 (or 0xCFBBA3) is known color: Soft Amber. HEX triplet: CF, BB and A3. RGB value is (207,187,163). Sum of RGB (Red+Green+Blue) = 207+187+163=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBBA3 is #30445C. Grayscale: #BEBEBE. Windows color (decimal): -3163229 or 10730447. OLE color: 10730447.

HSL color Cylindrical-coordinate representation of color #CFBBA3: hue angle of 32.73º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFBBA3 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 187 163 -
CMYK 0 0.10 0.21 0.19
HSL 32.73º 0.31% 0.73% -
HSV(B) 32.73º 0.21% 0.81% -
XYZ 50.11 51.45 41.94 -
YUV 190.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 207 187 163 0 0.10 0.21 0.19 32.73 0.31 0.73
Hex CF BB A3 0 A 15 13 21 1F 49
Octal 317 273 243 0 12 25 23 41 37 111
Binary 11001111 10111011 10100011 0 1010 10101 10011 100001 11111 1001001

Color Harmonies of #CFBBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBBA3

Black with #CFBBA3

Text Example


Text Example

White with #CFBBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBBA3; }

 p { color: rgb(207,187,163); }

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

background-color css

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

 a { background-color: rgb(207,187,163); }

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

border-color css

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

 span { border-color: rgb(207,187,163); }

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