Html Css Color HEX #CDB476 Putty

📋 copy color: '#CDB476'

red 205 ◦ green 180 ◦ blue 118

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

Shades of Putty #CDB476

Tints of Putty #CDB476

RGB

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

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

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

R = 40.76%
G = 35.79%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDB476 (or 0xCDB476) is known color: Putty. HEX triplet: CD, B4 and 76. RGB value is (205,180,118). Sum of RGB (Red+Green+Blue) = 205+180+118=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB476 is #324B89. Grayscale: #B4B4B4. Windows color (decimal): -3296138 or 7779533. OLE color: 7779533.

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

Color convert

RGB 205 180 118 -
CMYK 0 0.12 0.42 0.20
HSL 42.76º 0.47% 0.63% -
HSV(B) 42.76º 0.42% 0.8% -
XYZ 44.77 46.93 23.84 -
YUV 180.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 205 180 118 0 0.12 0.42 0.20 42.76 0.47 0.63
Hex CD B4 76 0 C 2A 14 2B 2F 3F
Octal 315 264 166 0 14 52 24 53 57 77
Binary 11001101 10110100 1110110 0 1100 101010 10100 101011 101111 111111

Color Harmonies of #CDB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB476

Black with #CDB476

Text Example


Text Example

White with #CDB476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB476; }

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

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

background-color css

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

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

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

border-color css

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

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

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