Html Css Color HEX #CFB299 Cashmere

📋 copy color: '#CFB299'

red 207 ◦ green 178 ◦ blue 153

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

Shades of Cashmere #CFB299

Tints of Cashmere #CFB299

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.09%

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

R = 38.48%
G = 33.09%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CFB299 (or 0xCFB299) is known color: Cashmere. HEX triplet: CF, B2 and 99. RGB value is (207,178,153). Sum of RGB (Red+Green+Blue) = 207+178+153=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB299 is #304D66. Grayscale: #B7B7B7. Windows color (decimal): -3165543 or 10072783. OLE color: 10072783.

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

Color convert

RGB 207 178 153 -
CMYK 0 0.14 0.26 0.19
HSL 27.78º 0.36% 0.71% -
HSV(B) 27.78º 0.26% 0.81% -
XYZ 47.4 47.41 36.79 -
YUV 183.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 207 178 153 0 0.14 0.26 0.19 27.78 0.36 0.71
Hex CF B2 99 0 E 1A 13 1C 24 47
Octal 317 262 231 0 16 32 23 34 44 107
Binary 11001111 10110010 10011001 0 1110 11010 10011 11100 100100 1000111

Color Harmonies of #CFB299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB299

Black with #CFB299

Text Example


Text Example

White with #CFB299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB299; }

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

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

background-color css

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

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

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

border-color css

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

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

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