Html Css Color HEX #CDB076 Putty

📋 copy color: '#CDB076'

red 205 ◦ green 176 ◦ blue 118

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

Shades of Putty #CDB076

Tints of Putty #CDB076

RGB

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

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

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

R = 41.08%
G = 35.27%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDB076 (or 0xCDB076) is known color: Putty. HEX triplet: CD, B0 and 76. RGB value is (205,176,118). Sum of RGB (Red+Green+Blue) = 205+176+118=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB076 is #324F89. Grayscale: #B2B2B2. Windows color (decimal): -3297162 or 7778509. OLE color: 7778509.

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

Color convert

RGB 205 176 118 -
CMYK 0 0.14 0.42 0.20
HSL 40º 0.47% 0.63% -
HSV(B) 40º 0.42% 0.8% -
XYZ 43.97 45.34 23.57 -
YUV 178.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 205 176 118 0 0.14 0.42 0.20 40 0.47 0.63
Hex CD B0 76 0 E 2A 14 28 2F 3F
Octal 315 260 166 0 16 52 24 50 57 77
Binary 11001101 10110000 1110110 0 1110 101010 10100 101000 101111 111111

Color Harmonies of #CDB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB076

Black with #CDB076

Text Example


Text Example

White with #CDB076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB076; }

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

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

background-color css

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

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

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

border-color css

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

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

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