Html Css Color HEX #CFB2A0 Cashmere

📋 copy color: '#CFB2A0'

red 207 ◦ green 178 ◦ blue 160

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

Shades of Cashmere #CFB2A0

Tints of Cashmere #CFB2A0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.66%

 BLUE value IS 160 (62.89% from 255) = 29.36%

R = 37.98%
G = 32.66%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CFB2A0 (or 0xCFB2A0) is known color: Cashmere. HEX triplet: CF, B2 and A0. RGB value is (207,178,160). Sum of RGB (Red+Green+Blue) = 207+178+160=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB2A0 is #304D5F. Grayscale: #B8B8B8. Windows color (decimal): -3165536 or 10531535. OLE color: 10531535.

HSL color Cylindrical-coordinate representation of color #CFB2A0: hue angle of 22.98º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFB2A0 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 160 -
CMYK 0 0.14 0.23 0.19
HSL 22.98º 0.33% 0.72% -
HSV(B) 22.98º 0.23% 0.81% -
XYZ 48 47.64 39.92 -
YUV 184.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 207 178 160 0 0.14 0.23 0.19 22.98 0.33 0.72
Hex CF B2 A0 0 E 17 13 17 21 48
Octal 317 262 240 0 16 27 23 27 41 110
Binary 11001111 10110010 10100000 0 1110 10111 10011 10111 100001 1001000

Color Harmonies of #CFB2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2A0

Black with #CFB2A0

Text Example


Text Example

White with #CFB2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2A0; }

 p { color: rgb(207,178,160); }

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

background-color css

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

 a { background-color: rgb(207,178,160); }

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

border-color css

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

 span { border-color: rgb(207,178,160); }

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