Html Css Color HEX #CFBCA6 Soft Amber

📋 copy color: '#CFBCA6'

red 207 ◦ green 188 ◦ blue 166

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

Shades of Soft Amber #CFBCA6

Tints of Soft Amber #CFBCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.59%

R = 36.9%
G = 33.51%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CFBCA6 (or 0xCFBCA6) is known color: Soft Amber. HEX triplet: CF, BC and A6. RGB value is (207,188,166). Sum of RGB (Red+Green+Blue) = 207+188+166=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBCA6 is #304359. Grayscale: #BFBFBF. Windows color (decimal): -3162970 or 10927311. OLE color: 10927311.

HSL color Cylindrical-coordinate representation of color #CFBCA6: hue angle of 32.2º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFBCA6 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 188 166 -
CMYK 0 0.09 0.20 0.19
HSL 32.2º 0.3% 0.73% -
HSV(B) 32.2º 0.2% 0.81% -
XYZ 50.6 51.99 43.44 -
YUV 191.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 207 188 166 0 0.09 0.20 0.19 32.2 0.3 0.73
Hex CF BC A6 0 9 14 13 20 1E 49
Octal 317 274 246 0 11 24 23 40 36 111
Binary 11001111 10111100 10100110 0 1001 10100 10011 100000 11110 1001001

Color Harmonies of #CFBCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBCA6

Black with #CFBCA6

Text Example


Text Example

White with #CFBCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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