Html Css Color HEX #CFB397 Cashmere

📋 copy color: '#CFB397'

red 207 ◦ green 179 ◦ blue 151

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

Shades of Cashmere #CFB397

Tints of Cashmere #CFB397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.33%

 BLUE value IS 151 (59.38% from 255) = 28.12%

R = 38.55%
G = 33.33%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CFB397 (or 0xCFB397) is known color: Cashmere. HEX triplet: CF, B3 and 97. RGB value is (207,179,151). Sum of RGB (Red+Green+Blue) = 207+179+151=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB397 is #304C68. Grayscale: #B8B8B8. Windows color (decimal): -3165289 or 9941967. OLE color: 9941967.

HSL color Cylindrical-coordinate representation of color #CFB397: hue angle of 30º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFB397 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 179 151 -
CMYK 0 0.14 0.27 0.19
HSL 30º 0.37% 0.7% -
HSV(B) 30º 0.27% 0.81% -
XYZ 47.44 47.74 35.99 -
YUV 184.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 207 179 151 0 0.14 0.27 0.19 30 0.37 0.7
Hex CF B3 97 0 E 1B 13 1E 25 46
Octal 317 263 227 0 16 33 23 36 45 106
Binary 11001111 10110011 10010111 0 1110 11011 10011 11110 100101 1000110

Color Harmonies of #CFB397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB397

Black with #CFB397

Text Example


Text Example

White with #CFB397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB397; }

 p { color: rgb(207,179,151); }

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

background-color css

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

 a { background-color: rgb(207,179,151); }

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

border-color css

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

 span { border-color: rgb(207,179,151); }

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