Html Css Color HEX #CFBAA5 Grain Brown

📋 copy color: '#CFBAA5'

red 207 ◦ green 186 ◦ blue 165

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

Shades of Grain Brown #CFBAA5

Tints of Grain Brown #CFBAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.57%

R = 37.1%
G = 33.33%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CFBAA5 (or 0xCFBAA5) is known color: Grain Brown. HEX triplet: CF, BA and A5. RGB value is (207,186,165). Sum of RGB (Red+Green+Blue) = 207+186+165=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBAA5 is #30455A. Grayscale: #BDBDBD. Windows color (decimal): -3163483 or 10861263. OLE color: 10861263.

HSL color Cylindrical-coordinate representation of color #CFBAA5: hue angle of 30º 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 #CFBAA5 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 186 165 -
CMYK 0 0.10 0.20 0.19
HSL 30º 0.3% 0.73% -
HSV(B) 30º 0.2% 0.81% -
XYZ 50.08 51.1 42.82 -
YUV 189.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 207 186 165 0 0.10 0.20 0.19 30 0.3 0.73
Hex CF BA A5 0 A 14 13 1E 1E 49
Octal 317 272 245 0 12 24 23 36 36 111
Binary 11001111 10111010 10100101 0 1010 10100 10011 11110 11110 1001001

Color Harmonies of #CFBAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBAA5

Black with #CFBAA5

Text Example


Text Example

White with #CFBAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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