Html Css Color HEX #CDB477 Putty

📋 copy color: '#CDB477'

red 205 ◦ green 180 ◦ blue 119

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

Shades of Putty #CDB477

Tints of Putty #CDB477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.61%

R = 40.67%
G = 35.71%
B = 23.61%

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

#CDB477 (or 0xCDB477) is known color: Putty. HEX triplet: CD, B4 and 77. RGB value is (205,180,119). Sum of RGB (Red+Green+Blue) = 205+180+119=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB477 is #324B88. Grayscale: #B4B4B4. Windows color (decimal): -3296137 or 7845069. OLE color: 7845069.

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

Color convert

RGB 205 180 119 -
CMYK 0 0.12 0.42 0.20
HSL 42.56º 0.46% 0.64% -
HSV(B) 42.56º 0.42% 0.8% -
XYZ 44.83 46.95 24.15 -
YUV 180.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 205 180 119 0 0.12 0.42 0.20 42.56 0.46 0.64
Hex CD B4 77 0 C 2A 14 2B 2E 40
Octal 315 264 167 0 14 52 24 53 56 100
Binary 11001101 10110100 1110111 0 1100 101010 10100 101011 101110 1000000

Color Harmonies of #CDB477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB477

Black with #CDB477

Text Example


Text Example

White with #CDB477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB477; }

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

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

background-color css

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

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

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

border-color css

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

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

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