Html Css Color HEX #CFB099 Cashmere

📋 copy color: '#CFB099'

red 207 ◦ green 176 ◦ blue 153

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

Shades of Cashmere #CFB099

Tints of Cashmere #CFB099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.54%

R = 38.62%
G = 32.84%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CFB099 (or 0xCFB099) is known color: Cashmere. HEX triplet: CF, B0 and 99. RGB value is (207,176,153). Sum of RGB (Red+Green+Blue) = 207+176+153=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB099 is #304F66. Grayscale: #B6B6B6. Windows color (decimal): -3166055 or 10072271. OLE color: 10072271.

HSL color Cylindrical-coordinate representation of color #CFB099: hue angle of 25.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFB099 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 153 -
CMYK 0 0.15 0.26 0.19
HSL 25.56º 0.36% 0.71% -
HSV(B) 25.56º 0.26% 0.81% -
XYZ 47.01 46.62 36.66 -
YUV 182.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 207 176 153 0 0.15 0.26 0.19 25.56 0.36 0.71
Hex CF B0 99 0 F 1A 13 1A 24 47
Octal 317 260 231 0 17 32 23 32 44 107
Binary 11001111 10110000 10011001 0 1111 11010 10011 11010 100100 1000111

Color Harmonies of #CFB099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB099

Black with #CFB099

Text Example


Text Example

White with #CFB099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB099; }

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

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

background-color css

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

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

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

border-color css

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

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

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