Html Css Color HEX #CFB7A6 Grain Brown

📋 copy color: '#CFB7A6'

red 207 ◦ green 183 ◦ blue 166

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

Shades of Grain Brown #CFB7A6

Tints of Grain Brown #CFB7A6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.91%

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

R = 37.23%
G = 32.91%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CFB7A6 (or 0xCFB7A6) is known color: Grain Brown. HEX triplet: CF, B7 and A6. RGB value is (207,183,166). Sum of RGB (Red+Green+Blue) = 207+183+166=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB7A6 is #304859. Grayscale: #BCBCBC. Windows color (decimal): -3164250 or 10926031. OLE color: 10926031.

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

Color convert

RGB 207 183 166 -
CMYK 0 0.12 0.20 0.19
HSL 24.88º 0.3% 0.73% -
HSV(B) 24.88º 0.2% 0.81% -
XYZ 49.55 49.89 43.09 -
YUV 188.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 207 183 166 0 0.12 0.20 0.19 24.88 0.3 0.73
Hex CF B7 A6 0 C 14 13 19 1E 49
Octal 317 267 246 0 14 24 23 31 36 111
Binary 11001111 10110111 10100110 0 1100 10100 10011 11001 11110 1001001

Color Harmonies of #CFB7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB7A6

Black with #CFB7A6

Text Example


Text Example

White with #CFB7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB7A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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