Html Css Color HEX #CFB497 Cashmere

📋 copy color: '#CFB497'

red 207 ◦ green 180 ◦ blue 151

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

Shades of Cashmere #CFB497

Tints of Cashmere #CFB497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.46%

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

R = 38.48%
G = 33.46%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CFB497 (or 0xCFB497) is known color: Cashmere. HEX triplet: CF, B4 and 97. RGB value is (207,180,151). Sum of RGB (Red+Green+Blue) = 207+180+151=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB497 is #304B68. Grayscale: #B8B8B8. Windows color (decimal): -3165033 or 9942223. OLE color: 9942223.

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

Color convert

RGB 207 180 151 -
CMYK 0 0.13 0.27 0.19
HSL 31.07º 0.37% 0.7% -
HSV(B) 31.07º 0.27% 0.81% -
XYZ 47.64 48.14 36.06 -
YUV 184.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 207 180 151 0 0.13 0.27 0.19 31.07 0.37 0.7
Hex CF B4 97 0 D 1B 13 1F 25 46
Octal 317 264 227 0 15 33 23 37 45 106
Binary 11001111 10110100 10010111 0 1101 11011 10011 11111 100101 1000110

Color Harmonies of #CFB497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB497

Black with #CFB497

Text Example


Text Example

White with #CFB497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB497; }

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

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

background-color css

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

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

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

border-color css

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

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

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