Html Css Color HEX #CFB399 Cashmere

📋 copy color: '#CFB399'

red 207 ◦ green 179 ◦ blue 153

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

Shades of Cashmere #CFB399

Tints of Cashmere #CFB399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.39%

R = 38.4%
G = 33.21%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CFB399 (or 0xCFB399) is known color: Cashmere. HEX triplet: CF, B3 and 99. RGB value is (207,179,153). Sum of RGB (Red+Green+Blue) = 207+179+153=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB399 is #304C66. Grayscale: #B8B8B8. Windows color (decimal): -3165287 or 10073039. OLE color: 10073039.

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

Color convert

RGB 207 179 153 -
CMYK 0 0.14 0.26 0.19
HSL 28.89º 0.36% 0.71% -
HSV(B) 28.89º 0.26% 0.81% -
XYZ 47.6 47.81 36.86 -
YUV 184.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 207 179 153 0 0.14 0.26 0.19 28.89 0.36 0.71
Hex CF B3 99 0 E 1A 13 1D 24 47
Octal 317 263 231 0 16 32 23 35 44 107
Binary 11001111 10110011 10011001 0 1110 11010 10011 11101 100100 1000111

Color Harmonies of #CFB399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB399

Black with #CFB399

Text Example


Text Example

White with #CFB399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB399; }

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

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

background-color css

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

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

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

border-color css

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

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

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