Html Css Color HEX #CFB496 Cashmere

📋 copy color: '#CFB496'

red 207 ◦ green 180 ◦ blue 150

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

Shades of Cashmere #CFB496

Tints of Cashmere #CFB496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.93%

R = 38.55%
G = 33.52%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CFB496 (or 0xCFB496) is known color: Cashmere. HEX triplet: CF, B4 and 96. RGB value is (207,180,150). Sum of RGB (Red+Green+Blue) = 207+180+150=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB496 is #304B69. Grayscale: #B8B8B8. Windows color (decimal): -3165034 or 9876687. OLE color: 9876687.

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

Color convert

RGB 207 180 150 -
CMYK 0 0.13 0.28 0.19
HSL 31.58º 0.37% 0.7% -
HSV(B) 31.58º 0.28% 0.81% -
XYZ 47.56 48.11 35.63 -
YUV 184.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 207 180 150 0 0.13 0.28 0.19 31.58 0.37 0.7
Hex CF B4 96 0 D 1C 13 20 25 46
Octal 317 264 226 0 15 34 23 40 45 106
Binary 11001111 10110100 10010110 0 1101 11100 10011 100000 100101 1000110

Color Harmonies of #CFB496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB496

Black with #CFB496

Text Example


Text Example

White with #CFB496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB496; }

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

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

background-color css

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

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

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

border-color css

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

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

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