#CDB26B

Color #CDB26B Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CDB26B

Tints of Putty #CDB26B

Color information

#CDB26B (or 0xCDB26B) is unknown color: approx Putty. HEX triplet: CD, B2 and 6B. RGB value is (205,178,107). Sum of RGB (Red+Green+Blue) = 205+178+107=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB26B is #324D94. Grayscale: #B2B2B2. Windows color (decimal): -3296661 or 7058125. OLE color: 7058125.

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

Color convert

RGB205178107-
CMYK00.130.480.20
HSL43.47º49.49%61.18%-
HSV(B)43.47º47.8%80.39%-
XYZ43.7545.8820.46-
YUV177.9887.95147.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 178 (69.92% from 255) = 36.33%
BLUE value IS 107 (42.19% from 255) = 21.84%
R=41.84%
G=36.33%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517810700.130.480.2043.4749.4961.18
HexCDB26B0D30142b313d
Octal3152621530156024536175
Binary110011011011001011010110110111000010100101011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB26B; }

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

 H1.HeaderClassName
 {
   color: #CDB26B;
 }
 .AnyTagClassName
 {
   color: #CDB26B;
 }
</style>
background-color css

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

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

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

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

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

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