Html Css Color HEX #CDB2AD Cold Turkey

📋 copy color: '#CDB2AD'

red 205 ◦ green 178 ◦ blue 173

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

Shades of Cold Turkey #CDB2AD

Tints of Cold Turkey #CDB2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.12%

R = 36.87%
G = 32.01%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CDB2AD (or 0xCDB2AD) is known color: Cold Turkey. HEX triplet: CD, B2 and AD. RGB value is (205,178,173). Sum of RGB (Red+Green+Blue) = 205+178+173=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB2AD is #324D52. Grayscale: #B9B9B9. Windows color (decimal): -3296595 or 11383501. OLE color: 11383501.

HSL color Cylindrical-coordinate representation of color #CDB2AD: hue angle of 9.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDB2AD is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 178 173 -
CMYK 0 0.13 0.16 0.20
HSL 9.38º 0.24% 0.74% -
HSV(B) 9.38º 0.16% 0.8% -
XYZ 48.64 47.84 46.21 -
YUV 185.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 205 178 173 0 0.13 0.16 0.20 9.38 0.24 0.74
Hex CD B2 AD 0 D 10 14 9 18 4A
Octal 315 262 255 0 15 20 24 11 30 112
Binary 11001101 10110010 10101101 0 1101 10000 10100 1001 11000 1001010

Color Harmonies of #CDB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB2AD

Black with #CDB2AD

Text Example


Text Example

White with #CDB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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