Html Css Color HEX #CFB09A Cashmere

📋 copy color: '#CFB09A'

red 207 ◦ green 176 ◦ blue 154

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

Shades of Cashmere #CFB09A

Tints of Cashmere #CFB09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.68%

R = 38.55%
G = 32.77%
B = 28.68%

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

#CFB09A (or 0xCFB09A) is known color: Cashmere. HEX triplet: CF, B0 and 9A. RGB value is (207,176,154). Sum of RGB (Red+Green+Blue) = 207+176+154=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB09A is #304F65. Grayscale: #B6B6B6. Windows color (decimal): -3166054 or 10137807. OLE color: 10137807.

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

Color convert

RGB 207 176 154 -
CMYK 0 0.15 0.26 0.19
HSL 24.91º 0.36% 0.71% -
HSV(B) 24.91º 0.26% 0.81% -
XYZ 47.09 46.65 37.09 -
YUV 182.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 207 176 154 0 0.15 0.26 0.19 24.91 0.36 0.71
Hex CF B0 9A 0 F 1A 13 19 24 47
Octal 317 260 232 0 17 32 23 31 44 107
Binary 11001111 10110000 10011010 0 1111 11010 10011 11001 100100 1000111

Color Harmonies of #CFB09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB09A

Black with #CFB09A

Text Example


Text Example

White with #CFB09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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