Html Css Color HEX #CDB06E Putty

📋 copy color: '#CDB06E'

red 205 ◦ green 176 ◦ blue 110

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

Shades of Putty #CDB06E

Tints of Putty #CDB06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.4%

R = 41.75%
G = 35.85%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CDB06E (or 0xCDB06E) is known color: Putty. HEX triplet: CD, B0 and 6E. RGB value is (205,176,110). Sum of RGB (Red+Green+Blue) = 205+176+110=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB06E is #324F91. Grayscale: #B1B1B1. Windows color (decimal): -3297170 or 7254221. OLE color: 7254221.

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

Color convert

RGB 205 176 110 -
CMYK 0 0.14 0.46 0.20
HSL 41.68º 0.49% 0.62% -
HSV(B) 41.68º 0.46% 0.8% -
XYZ 43.52 45.16 21.17 -
YUV 177.15 90.11 147.87 -
System Red Green Blue C M Y K H S L
Decimal 205 176 110 0 0.14 0.46 0.20 41.68 0.49 0.62
Hex CD B0 6E 0 E 2E 14 2A 31 3E
Octal 315 260 156 0 16 56 24 52 61 76
Binary 11001101 10110000 1101110 0 1110 101110 10100 101010 110001 111110

Color Harmonies of #CDB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB06E

Black with #CDB06E

Text Example


Text Example

White with #CDB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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