Html Css Color HEX #CFBA9F Grain Brown

📋 copy color: '#CFBA9F'

red 207 ◦ green 186 ◦ blue 159

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

Shades of Grain Brown #CFBA9F

Tints of Grain Brown #CFBA9F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.7%

 BLUE value IS 159 (62.5% from 255) = 28.8%

R = 37.5%
G = 33.7%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CFBA9F (or 0xCFBA9F) is known color: Grain Brown. HEX triplet: CF, BA and 9F. RGB value is (207,186,159). Sum of RGB (Red+Green+Blue) = 207+186+159=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBA9F is #304560. Grayscale: #BDBDBD. Windows color (decimal): -3163489 or 10468047. OLE color: 10468047.

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

Color convert

RGB 207 186 159 -
CMYK 0 0.10 0.23 0.19
HSL 33.75º 0.33% 0.72% -
HSV(B) 33.75º 0.23% 0.81% -
XYZ 49.55 50.89 40.01 -
YUV 189.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 207 186 159 0 0.10 0.23 0.19 33.75 0.33 0.72
Hex CF BA 9F 0 A 17 13 22 21 48
Octal 317 272 237 0 12 27 23 42 41 110
Binary 11001111 10111010 10011111 0 1010 10111 10011 100010 100001 1001000

Color Harmonies of #CFBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBA9F

Black with #CFBA9F

Text Example


Text Example

White with #CFBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBA9F; }

 p { color: rgb(207,186,159); }

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

background-color css

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

 a { background-color: rgb(207,186,159); }

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

border-color css

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

 span { border-color: rgb(207,186,159); }

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