Html Css Color HEX #CFB197 Cashmere

📋 copy color: '#CFB197'

red 207 ◦ green 177 ◦ blue 151

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

Shades of Cashmere #CFB197

Tints of Cashmere #CFB197

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.08%

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

R = 38.69%
G = 33.08%
B = 28.22%

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

#CFB197 (or 0xCFB197) is known color: Cashmere. HEX triplet: CF, B1 and 97. RGB value is (207,177,151). Sum of RGB (Red+Green+Blue) = 207+177+151=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB197 is #304E68. Grayscale: #B7B7B7. Windows color (decimal): -3165801 or 9941455. OLE color: 9941455.

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

Color convert

RGB 207 177 151 -
CMYK 0 0.14 0.27 0.19
HSL 27.86º 0.37% 0.7% -
HSV(B) 27.86º 0.27% 0.81% -
XYZ 47.04 46.94 35.86 -
YUV 183.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 207 177 151 0 0.14 0.27 0.19 27.86 0.37 0.7
Hex CF B1 97 0 E 1B 13 1C 25 46
Octal 317 261 227 0 16 33 23 34 45 106
Binary 11001111 10110001 10010111 0 1110 11011 10011 11100 100101 1000110

Color Harmonies of #CFB197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB197

Black with #CFB197

Text Example


Text Example

White with #CFB197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB197; }

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

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

background-color css

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

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

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

border-color css

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

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

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