Html Css Color HEX #CFAF99 Cashmere

📋 copy color: '#CFAF99'

red 207 ◦ green 175 ◦ blue 153

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

Shades of Cashmere #CFAF99

Tints of Cashmere #CFAF99

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.71%

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

R = 38.69%
G = 32.71%
B = 28.6%

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

#CFAF99 (or 0xCFAF99) is known color: Cashmere. HEX triplet: CF, AF and 99. RGB value is (207,175,153). Sum of RGB (Red+Green+Blue) = 207+175+153=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF99 is #305066. Grayscale: #B6B6B6. Windows color (decimal): -3166311 or 10072015. OLE color: 10072015.

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

Color convert

RGB 207 175 153 -
CMYK 0 0.15 0.26 0.19
HSL 24.44º 0.36% 0.71% -
HSV(B) 24.44º 0.26% 0.81% -
XYZ 46.81 46.23 36.59 -
YUV 182.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 207 175 153 0 0.15 0.26 0.19 24.44 0.36 0.71
Hex CF AF 99 0 F 1A 13 18 24 47
Octal 317 257 231 0 17 32 23 30 44 107
Binary 11001111 10101111 10011001 0 1111 11010 10011 11000 100100 1000111

Color Harmonies of #CFAF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF99

Black with #CFAF99

Text Example


Text Example

White with #CFAF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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