Html Css Color HEX #CDB490 Tan

📋 copy color: '#CDB490'

red 205 ◦ green 180 ◦ blue 144

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

Shades of Tan #CDB490

Tints of Tan #CDB490

RGB

 RED value IS 205 (80.47% from 255) = 38.75%

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

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

R = 38.75%
G = 34.03%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CDB490 (or 0xCDB490) is known color: Tan. HEX triplet: CD, B4 and 90. RGB value is (205,180,144). Sum of RGB (Red+Green+Blue) = 205+180+144=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB490 is #324B6F. Grayscale: #B7B7B7. Windows color (decimal): -3296112 or 9483469. OLE color: 9483469.

HSL color Cylindrical-coordinate representation of color #CDB490: hue angle of 35.41º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDB490 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 180 144 -
CMYK 0 0.12 0.30 0.20
HSL 35.41º 0.38% 0.68% -
HSV(B) 35.41º 0.3% 0.8% -
XYZ 46.53 47.64 33.13 -
YUV 183.37 105.78 143.43 -
System Red Green Blue C M Y K H S L
Decimal 205 180 144 0 0.12 0.30 0.20 35.41 0.38 0.68
Hex CD B4 90 0 C 1E 14 23 26 44
Octal 315 264 220 0 14 36 24 43 46 104
Binary 11001101 10110100 10010000 0 1100 11110 10100 100011 100110 1000100

Color Harmonies of #CDB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB490

Black with #CDB490

Text Example


Text Example

White with #CDB490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB490; }

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

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

background-color css

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

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

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

border-color css

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

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

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