Html Css Color HEX #CDB688 Tan

📋 copy color: '#CDB688'

red 205 ◦ green 182 ◦ blue 136

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

Shades of Tan #CDB688

Tints of Tan #CDB688

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.8%

 BLUE value IS 136 (53.52% from 255) = 26%

R = 39.2%
G = 34.8%
B = 26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CDB688 (or 0xCDB688) is known color: Tan. HEX triplet: CD, B6 and 88. RGB value is (205,182,136). Sum of RGB (Red+Green+Blue) = 205+182+136=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB688 is #324977. Grayscale: #B7B7B7. Windows color (decimal): -3295608 or 8959693. OLE color: 8959693.

HSL color Cylindrical-coordinate representation of color #CDB688: hue angle of 40º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDB688 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 182 136 -
CMYK 0 0.11 0.34 0.20
HSL 40º 0.41% 0.67% -
HSV(B) 40º 0.34% 0.8% -
XYZ 46.35 48.21 30.16 -
YUV 183.63 101.12 143.24 -
System Red Green Blue C M Y K H S L
Decimal 205 182 136 0 0.11 0.34 0.20 40 0.41 0.67
Hex CD B6 88 0 B 22 14 28 29 43
Octal 315 266 210 0 13 42 24 50 51 103
Binary 11001101 10110110 10001000 0 1011 100010 10100 101000 101001 1000011

Color Harmonies of #CDB688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB688

Black with #CDB688

Text Example


Text Example

White with #CDB688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB688; }

 p { color: rgb(205,182,136); }

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

background-color css

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

 a { background-color: rgb(205,182,136); }

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

border-color css

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

 span { border-color: rgb(205,182,136); }

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