Html Css Color HEX #CFAD90 Cashmere

📋 copy color: '#CFAD90'

red 207 ◦ green 173 ◦ blue 144

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

Shades of Cashmere #CFAD90

Tints of Cashmere #CFAD90

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.02%

 BLUE value IS 144 (56.64% from 255) = 27.48%

R = 39.5%
G = 33.02%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CFAD90 (or 0xCFAD90) is known color: Cashmere. HEX triplet: CF, AD and 90. RGB value is (207,173,144). Sum of RGB (Red+Green+Blue) = 207+173+144=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAD90 is #30526F. Grayscale: #B4B4B4. Windows color (decimal): -3166832 or 9481679. OLE color: 9481679.

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

Color convert

RGB 207 173 144 -
CMYK 0 0.16 0.30 0.19
HSL 27.62º 0.4% 0.69% -
HSV(B) 27.62º 0.3% 0.81% -
XYZ 45.71 45.17 32.69 -
YUV 179.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 207 173 144 0 0.16 0.30 0.19 27.62 0.4 0.69
Hex CF AD 90 0 10 1E 13 1C 28 45
Octal 317 255 220 0 20 36 23 34 50 105
Binary 11001111 10101101 10010000 0 10000 11110 10011 11100 101000 1000101

Color Harmonies of #CFAD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD90

Black with #CFAD90

Text Example


Text Example

White with #CFAD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD90; }

 p { color: rgb(207,173,144); }

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

background-color css

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

 a { background-color: rgb(207,173,144); }

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

border-color css

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

 span { border-color: rgb(207,173,144); }

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