Html Css Color HEX #CDB090 Tan

📋 copy color: '#CDB090'

red 205 ◦ green 176 ◦ blue 144

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

Shades of Tan #CDB090

Tints of Tan #CDB090

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.52%

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

R = 39.05%
G = 33.52%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CDB090 (or 0xCDB090) is known color: Tan. HEX triplet: CD, B0 and 90. RGB value is (205,176,144). Sum of RGB (Red+Green+Blue) = 205+176+144=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB090 is #324F6F. Grayscale: #B5B5B5. Windows color (decimal): -3297136 or 9482445. OLE color: 9482445.

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

Color convert

RGB 205 176 144 -
CMYK 0 0.14 0.30 0.20
HSL 31.48º 0.38% 0.68% -
HSV(B) 31.48º 0.3% 0.8% -
XYZ 45.74 46.04 32.86 -
YUV 181.02 107.11 145.1 -
System Red Green Blue C M Y K H S L
Decimal 205 176 144 0 0.14 0.30 0.20 31.48 0.38 0.68
Hex CD B0 90 0 E 1E 14 1F 26 44
Octal 315 260 220 0 16 36 24 37 46 104
Binary 11001101 10110000 10010000 0 1110 11110 10100 11111 100110 1000100

Color Harmonies of #CDB090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB090

Black with #CDB090

Text Example


Text Example

White with #CDB090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB090; }

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

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

background-color css

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

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

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

border-color css

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

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

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