#CDB27B

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

Shades of Putty #CDB27B

Tints of Putty #CDB27B

Color information

#CDB27B (or 0xCDB27B) is unknown color: approx Putty. HEX triplet: CD, B2 and 7B. RGB value is (205,178,123). Sum of RGB (Red+Green+Blue) = 205+178+123=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB27B is #324D84. Grayscale: #B4B4B4. Windows color (decimal): -3296645 or 8106701. OLE color: 8106701.

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

Color convert

RGB205178123-
CMYK00.130.40.20
HSL40.24º45.05%64.31%-
HSV(B)40.24º40%80.39%-
XYZ44.6746.2525.31-
YUV179.895.95145.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 178 (69.92% from 255) = 35.18%
BLUE value IS 123 (48.44% from 255) = 24.31%
R=40.51%
G=35.18%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517812300.130.40.2040.2445.0564.31
HexCDB27B0D2814282d40
Octal31526217301550245055100
Binary1100110110110010111101101101101000101001010001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB27B; }

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

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

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

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

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

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

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

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