Html Css Color HEX #CDB290 Tan

📋 copy color: '#CDB290'

red 205 ◦ green 178 ◦ blue 144

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

Shades of Tan #CDB290

Tints of Tan #CDB290

RGB

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

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

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

R = 38.9%
G = 33.78%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CDB290 (or 0xCDB290) is known color: Tan. HEX triplet: CD, B2 and 90. RGB value is (205,178,144). Sum of RGB (Red+Green+Blue) = 205+178+144=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB290 is #324D6F. Grayscale: #B6B6B6. Windows color (decimal): -3296624 or 9482957. OLE color: 9482957.

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

Color convert

RGB 205 178 144 -
CMYK 0 0.13 0.30 0.20
HSL 33.44º 0.38% 0.68% -
HSV(B) 33.44º 0.3% 0.8% -
XYZ 46.13 46.83 32.99 -
YUV 182.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 205 178 144 0 0.13 0.30 0.20 33.44 0.38 0.68
Hex CD B2 90 0 D 1E 14 21 26 44
Octal 315 262 220 0 15 36 24 41 46 104
Binary 11001101 10110010 10010000 0 1101 11110 10100 100001 100110 1000100

Color Harmonies of #CDB290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB290

Black with #CDB290

Text Example


Text Example

White with #CDB290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB290; }

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

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

background-color css

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

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

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

border-color css

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

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

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