Html Css Color HEX #CFAF92 Cashmere

📋 copy color: '#CFAF92'

red 207 ◦ green 175 ◦ blue 146

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

Shades of Cashmere #CFAF92

Tints of Cashmere #CFAF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.65%

R = 39.2%
G = 33.14%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CFAF92 (or 0xCFAF92) is known color: Cashmere. HEX triplet: CF, AF and 92. RGB value is (207,175,146). Sum of RGB (Red+Green+Blue) = 207+175+146=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF92 is #30506D. Grayscale: #B5B5B5. Windows color (decimal): -3166318 or 9613263. OLE color: 9613263.

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

Color convert

RGB 207 175 146 -
CMYK 0 0.15 0.29 0.19
HSL 28.52º 0.39% 0.69% -
HSV(B) 28.52º 0.29% 0.81% -
XYZ 46.25 46 33.64 -
YUV 181.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 207 175 146 0 0.15 0.29 0.19 28.52 0.39 0.69
Hex CF AF 92 0 F 1D 13 1D 27 45
Octal 317 257 222 0 17 35 23 35 47 105
Binary 11001111 10101111 10010010 0 1111 11101 10011 11101 100111 1000101

Color Harmonies of #CFAF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF92

Black with #CFAF92

Text Example


Text Example

White with #CFAF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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