Html Css Color HEX #CFB394 Cashmere

📋 copy color: '#CFB394'

red 207 ◦ green 179 ◦ blue 148

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

Shades of Cashmere #CFB394

Tints of Cashmere #CFB394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.72%

R = 38.76%
G = 33.52%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CFB394 (or 0xCFB394) is known color: Cashmere. HEX triplet: CF, B3 and 94. RGB value is (207,179,148). Sum of RGB (Red+Green+Blue) = 207+179+148=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB394 is #304C6B. Grayscale: #B7B7B7. Windows color (decimal): -3165292 or 9745359. OLE color: 9745359.

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

Color convert

RGB 207 179 148 -
CMYK 0 0.14 0.29 0.19
HSL 31.53º 0.38% 0.7% -
HSV(B) 31.53º 0.29% 0.81% -
XYZ 47.2 47.64 34.73 -
YUV 183.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 207 179 148 0 0.14 0.29 0.19 31.53 0.38 0.7
Hex CF B3 94 0 E 1D 13 20 26 46
Octal 317 263 224 0 16 35 23 40 46 106
Binary 11001111 10110011 10010100 0 1110 11101 10011 100000 100110 1000110

Color Harmonies of #CFB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB394

Black with #CFB394

Text Example


Text Example

White with #CFB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB394; }

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

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

background-color css

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

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

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

border-color css

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

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

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