Html Css Color HEX #CDB47A Putty

📋 copy color: '#CDB47A'

red 205 ◦ green 180 ◦ blue 122

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

Shades of Putty #CDB47A

Tints of Putty #CDB47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.06%

R = 40.43%
G = 35.5%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CDB47A (or 0xCDB47A) is known color: Putty. HEX triplet: CD, B4 and 7A. RGB value is (205,180,122). Sum of RGB (Red+Green+Blue) = 205+180+122=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB47A is #324B85. Grayscale: #B5B5B5. Windows color (decimal): -3296134 or 8041677. OLE color: 8041677.

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

Color convert

RGB 205 180 122 -
CMYK 0 0.12 0.40 0.20
HSL 41.93º 0.45% 0.64% -
HSV(B) 41.93º 0.4% 0.8% -
XYZ 45.01 47.03 25.12 -
YUV 180.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 205 180 122 0 0.12 0.40 0.20 41.93 0.45 0.64
Hex CD B4 7A 0 C 28 14 2A 2D 40
Octal 315 264 172 0 14 50 24 52 55 100
Binary 11001101 10110100 1111010 0 1100 101000 10100 101010 101101 1000000

Color Harmonies of #CDB47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB47A

Black with #CDB47A

Text Example


Text Example

White with #CDB47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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