Html Css Color HEX #CFB091 Cashmere

📋 copy color: '#CFB091'

red 207 ◦ green 176 ◦ blue 145

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

Shades of Cashmere #CFB091

Tints of Cashmere #CFB091

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.33%

 BLUE value IS 145 (57.03% from 255) = 27.46%

R = 39.2%
G = 33.33%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CFB091 (or 0xCFB091) is known color: Cashmere. HEX triplet: CF, B0 and 91. RGB value is (207,176,145). Sum of RGB (Red+Green+Blue) = 207+176+145=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB091 is #304F6E. Grayscale: #B5B5B5. Windows color (decimal): -3166063 or 9547983. OLE color: 9547983.

HSL color Cylindrical-coordinate representation of color #CFB091: hue angle of 30º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFB091 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 145 -
CMYK 0 0.15 0.30 0.19
HSL 30º 0.39% 0.69% -
HSV(B) 30º 0.3% 0.81% -
XYZ 46.37 46.36 33.29 -
YUV 181.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 207 176 145 0 0.15 0.30 0.19 30 0.39 0.69
Hex CF B0 91 0 F 1E 13 1E 27 45
Octal 317 260 221 0 17 36 23 36 47 105
Binary 11001111 10110000 10010001 0 1111 11110 10011 11110 100111 1000101

Color Harmonies of #CFB091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB091

Black with #CFB091

Text Example


Text Example

White with #CFB091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB091; }

 p { color: rgb(207,176,145); }

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

background-color css

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

 a { background-color: rgb(207,176,145); }

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

border-color css

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

 span { border-color: rgb(207,176,145); }

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