Html Css Color HEX #CDB479 Putty

📋 copy color: '#CDB479'

red 205 ◦ green 180 ◦ blue 121

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

Shades of Putty #CDB479

Tints of Putty #CDB479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.57%

 BLUE value IS 121 (47.66% from 255) = 23.91%

R = 40.51%
G = 35.57%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CDB479 (or 0xCDB479) is known color: Putty. HEX triplet: CD, B4 and 79. RGB value is (205,180,121). Sum of RGB (Red+Green+Blue) = 205+180+121=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB479 is #324B86. Grayscale: #B5B5B5. Windows color (decimal): -3296135 or 7976141. OLE color: 7976141.

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

Color convert

RGB 205 180 121 -
CMYK 0 0.12 0.41 0.20
HSL 42.14º 0.46% 0.64% -
HSV(B) 42.14º 0.41% 0.8% -
XYZ 44.95 47 24.79 -
YUV 180.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 205 180 121 0 0.12 0.41 0.20 42.14 0.46 0.64
Hex CD B4 79 0 C 29 14 2A 2E 40
Octal 315 264 171 0 14 51 24 52 56 100
Binary 11001101 10110100 1111001 0 1100 101001 10100 101010 101110 1000000

Color Harmonies of #CDB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB479

Black with #CDB479

Text Example


Text Example

White with #CDB479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB479; }

 p { color: rgb(205,180,121); }

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

background-color css

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

 a { background-color: rgb(205,180,121); }

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

border-color css

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

 span { border-color: rgb(205,180,121); }

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