Html Css Color HEX #CFB195 Cashmere

📋 copy color: '#CFB195'

red 207 ◦ green 177 ◦ blue 149

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

Shades of Cashmere #CFB195

Tints of Cashmere #CFB195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.95%

R = 38.84%
G = 33.21%
B = 27.95%

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

#CFB195 (or 0xCFB195) is known color: Cashmere. HEX triplet: CF, B1 and 95. RGB value is (207,177,149). Sum of RGB (Red+Green+Blue) = 207+177+149=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB195 is #304E6A. Grayscale: #B6B6B6. Windows color (decimal): -3165803 or 9810383. OLE color: 9810383.

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

Color convert

RGB 207 177 149 -
CMYK 0 0.14 0.28 0.19
HSL 28.97º 0.38% 0.7% -
HSV(B) 28.97º 0.28% 0.81% -
XYZ 46.88 46.88 35.01 -
YUV 182.78 108.94 145.28 -
System Red Green Blue C M Y K H S L
Decimal 207 177 149 0 0.14 0.28 0.19 28.97 0.38 0.7
Hex CF B1 95 0 E 1C 13 1D 26 46
Octal 317 261 225 0 16 34 23 35 46 106
Binary 11001111 10110001 10010101 0 1110 11100 10011 11101 100110 1000110

Color Harmonies of #CFB195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB195

Black with #CFB195

Text Example


Text Example

White with #CFB195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB195; }

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

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

background-color css

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

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

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

border-color css

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

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

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