Html Css Color HEX #CDB676 Putty

📋 copy color: '#CDB676'

red 205 ◦ green 182 ◦ blue 118

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

Shades of Putty #CDB676

Tints of Putty #CDB676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.37%

R = 40.59%
G = 36.04%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDB676 (or 0xCDB676) is known color: Putty. HEX triplet: CD, B6 and 76. RGB value is (205,182,118). Sum of RGB (Red+Green+Blue) = 205+182+118=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB676 is #324989. Grayscale: #B5B5B5. Windows color (decimal): -3295626 or 7780045. OLE color: 7780045.

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

Color convert

RGB 205 182 118 -
CMYK 0 0.11 0.42 0.20
HSL 44.14º 0.47% 0.63% -
HSV(B) 44.14º 0.42% 0.8% -
XYZ 45.17 47.74 23.97 -
YUV 181.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 205 182 118 0 0.11 0.42 0.20 44.14 0.47 0.63
Hex CD B6 76 0 B 2A 14 2C 2F 3F
Octal 315 266 166 0 13 52 24 54 57 77
Binary 11001101 10110110 1110110 0 1011 101010 10100 101100 101111 111111

Color Harmonies of #CDB676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB676

Black with #CDB676

Text Example


Text Example

White with #CDB676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB676; }

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

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

background-color css

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

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

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

border-color css

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

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

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