Html Css Color HEX #CFB8A0 Grain Brown

📋 copy color: '#CFB8A0'

red 207 ◦ green 184 ◦ blue 160

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

Shades of Grain Brown #CFB8A0

Tints of Grain Brown #CFB8A0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.39%

 BLUE value IS 160 (62.89% from 255) = 29.04%

R = 37.57%
G = 33.39%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CFB8A0 (or 0xCFB8A0) is known color: Grain Brown. HEX triplet: CF, B8 and A0. RGB value is (207,184,160). Sum of RGB (Red+Green+Blue) = 207+184+160=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB8A0 is #30475F. Grayscale: #BCBCBC. Windows color (decimal): -3164000 or 10533071. OLE color: 10533071.

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

Color convert

RGB 207 184 160 -
CMYK 0 0.11 0.23 0.19
HSL 30.64º 0.33% 0.72% -
HSV(B) 30.64º 0.23% 0.81% -
XYZ 49.22 50.08 40.33 -
YUV 188.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 207 184 160 0 0.11 0.23 0.19 30.64 0.33 0.72
Hex CF B8 A0 0 B 17 13 1F 21 48
Octal 317 270 240 0 13 27 23 37 41 110
Binary 11001111 10111000 10100000 0 1011 10111 10011 11111 100001 1001000

Color Harmonies of #CFB8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB8A0

Black with #CFB8A0

Text Example


Text Example

White with #CFB8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB8A0; }

 p { color: rgb(207,184,160); }

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

background-color css

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

 a { background-color: rgb(207,184,160); }

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

border-color css

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

 span { border-color: rgb(207,184,160); }

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