Html Css Color HEX #CFBDA1 Soft Amber

📋 copy color: '#CFBDA1'

red 207 ◦ green 189 ◦ blue 161

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

Shades of Soft Amber #CFBDA1

Tints of Soft Amber #CFBDA1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.93%

 BLUE value IS 161 (63.28% from 255) = 28.9%

R = 37.16%
G = 33.93%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CFBDA1 (or 0xCFBDA1) is known color: Soft Amber. HEX triplet: CF, BD and A1. RGB value is (207,189,161). Sum of RGB (Red+Green+Blue) = 207+189+161=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBDA1 is #30425E. Grayscale: #BFBFBF. Windows color (decimal): -3162719 or 10599887. OLE color: 10599887.

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

Color convert

RGB 207 189 161 -
CMYK 0 0.09 0.22 0.19
HSL 36.52º 0.32% 0.72% -
HSV(B) 36.52º 0.22% 0.81% -
XYZ 50.36 52.23 41.15 -
YUV 191.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 207 189 161 0 0.09 0.22 0.19 36.52 0.32 0.72
Hex CF BD A1 0 9 16 13 25 20 48
Octal 317 275 241 0 11 26 23 45 40 110
Binary 11001111 10111101 10100001 0 1001 10110 10011 100101 100000 1001000

Color Harmonies of #CFBDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBDA1

Black with #CFBDA1

Text Example


Text Example

White with #CFBDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBDA1; }

 p { color: rgb(207,189,161); }

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

background-color css

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

 a { background-color: rgb(207,189,161); }

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

border-color css

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

 span { border-color: rgb(207,189,161); }

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