Html Css Color HEX #CFB490 Tan

📋 copy color: '#CFB490'

red 207 ◦ green 180 ◦ blue 144

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

Shades of Tan #CFB490

Tints of Tan #CFB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.9%

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

R = 38.98%
G = 33.9%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CFB490 (or 0xCFB490) is known color: Tan. HEX triplet: CF, B4 and 90. RGB value is (207,180,144). Sum of RGB (Red+Green+Blue) = 207+180+144=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB490 is #304B6F. Grayscale: #B8B8B8. Windows color (decimal): -3165040 or 9483471. OLE color: 9483471.

HSL color Cylindrical-coordinate representation of color #CFB490: hue angle of 34.29º 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 #CFB490 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 144 -
CMYK 0 0.13 0.30 0.19
HSL 34.29º 0.4% 0.69% -
HSV(B) 34.29º 0.3% 0.81% -
XYZ 47.09 47.92 33.15 -
YUV 183.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 207 180 144 0 0.13 0.30 0.19 34.29 0.4 0.69
Hex CF B4 90 0 D 1E 13 22 28 45
Octal 317 264 220 0 15 36 23 42 50 105
Binary 11001111 10110100 10010000 0 1101 11110 10011 100010 101000 1000101

Color Harmonies of #CFB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB490

Black with #CFB490

Text Example


Text Example

White with #CFB490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB490; }

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

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

background-color css

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

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

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

border-color css

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

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

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