Html Css Color HEX #CFB6A5 Cashmere

📋 copy color: '#CFB6A5'

red 207 ◦ green 182 ◦ blue 165

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

Shades of Cashmere #CFB6A5

Tints of Cashmere #CFB6A5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.85%

 BLUE value IS 165 (64.84% from 255) = 29.78%

R = 37.36%
G = 32.85%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CFB6A5 (or 0xCFB6A5) is known color: Cashmere. HEX triplet: CF, B6 and A5. RGB value is (207,182,165). Sum of RGB (Red+Green+Blue) = 207+182+165=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB6A5 is #30495A. Grayscale: #BBBBBB. Windows color (decimal): -3164507 or 10860239. OLE color: 10860239.

HSL color Cylindrical-coordinate representation of color #CFB6A5: hue angle of 24.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFB6A5 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 182 165 -
CMYK 0 0.12 0.20 0.19
HSL 24.29º 0.3% 0.73% -
HSV(B) 24.29º 0.2% 0.81% -
XYZ 49.25 49.44 42.54 -
YUV 187.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 207 182 165 0 0.12 0.20 0.19 24.29 0.3 0.73
Hex CF B6 A5 0 C 14 13 18 1E 49
Octal 317 266 245 0 14 24 23 30 36 111
Binary 11001111 10110110 10100101 0 1100 10100 10011 11000 11110 1001001

Color Harmonies of #CFB6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB6A5

Black with #CFB6A5

Text Example


Text Example

White with #CFB6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB6A5; }

 p { color: rgb(207,182,165); }

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

background-color css

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

 a { background-color: rgb(207,182,165); }

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

border-color css

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

 span { border-color: rgb(207,182,165); }

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