Html Css Color HEX #CFAE93 Cashmere

📋 copy color: '#CFAE93'

red 207 ◦ green 174 ◦ blue 147

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

Shades of Cashmere #CFAE93

Tints of Cashmere #CFAE93

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.95%

 BLUE value IS 147 (57.81% from 255) = 27.84%

R = 39.2%
G = 32.95%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CFAE93 (or 0xCFAE93) is known color: Cashmere. HEX triplet: CF, AE and 93. RGB value is (207,174,147). Sum of RGB (Red+Green+Blue) = 207+174+147=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAE93 is #30516C. Grayscale: #B4B4B4. Windows color (decimal): -3166573 or 9678543. OLE color: 9678543.

HSL color Cylindrical-coordinate representation of color #CFAE93: hue angle of 27º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFAE93 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 147 -
CMYK 0 0.16 0.29 0.19
HSL 27º 0.38% 0.69% -
HSV(B) 27º 0.29% 0.81% -
XYZ 46.13 45.64 33.98 -
YUV 180.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 207 174 147 0 0.16 0.29 0.19 27 0.38 0.69
Hex CF AE 93 0 10 1D 13 1B 26 45
Octal 317 256 223 0 20 35 23 33 46 105
Binary 11001111 10101110 10010011 0 10000 11101 10011 11011 100110 1000101

Color Harmonies of #CFAE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE93

Black with #CFAE93

Text Example


Text Example

White with #CFAE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE93; }

 p { color: rgb(207,174,147); }

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

background-color css

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

 a { background-color: rgb(207,174,147); }

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

border-color css

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

 span { border-color: rgb(207,174,147); }

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