Html Css Color HEX #CFB396 Cashmere

📋 copy color: '#CFB396'

red 207 ◦ green 179 ◦ blue 150

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

Shades of Cashmere #CFB396

Tints of Cashmere #CFB396

RGB

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

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

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

R = 38.62%
G = 33.4%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CFB396 (or 0xCFB396) is known color: Cashmere. HEX triplet: CF, B3 and 96. RGB value is (207,179,150). Sum of RGB (Red+Green+Blue) = 207+179+150=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB396 is #304C69. Grayscale: #B8B8B8. Windows color (decimal): -3165290 or 9876431. OLE color: 9876431.

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

Color convert

RGB 207 179 150 -
CMYK 0 0.14 0.28 0.19
HSL 30.53º 0.37% 0.7% -
HSV(B) 30.53º 0.28% 0.81% -
XYZ 47.36 47.71 35.57 -
YUV 184.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 207 179 150 0 0.14 0.28 0.19 30.53 0.37 0.7
Hex CF B3 96 0 E 1C 13 1F 25 46
Octal 317 263 226 0 16 34 23 37 45 106
Binary 11001111 10110011 10010110 0 1110 11100 10011 11111 100101 1000110

Color Harmonies of #CFB396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB396

Black with #CFB396

Text Example


Text Example

White with #CFB396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB396; }

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

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

background-color css

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

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

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

border-color css

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

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

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