Html Css Color HEX #CDB37A Putty

📋 copy color: '#CDB37A'

red 205 ◦ green 179 ◦ blue 122

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

Shades of Putty #CDB37A

Tints of Putty #CDB37A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.38%

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

R = 40.51%
G = 35.38%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CDB37A (or 0xCDB37A) is known color: Putty. HEX triplet: CD, B3 and 7A. RGB value is (205,179,122). Sum of RGB (Red+Green+Blue) = 205+179+122=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB37A is #324C85. Grayscale: #B4B4B4. Windows color (decimal): -3296390 or 8041421. OLE color: 8041421.

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

Color convert

RGB 205 179 122 -
CMYK 0 0.13 0.40 0.20
HSL 41.2º 0.45% 0.64% -
HSV(B) 41.2º 0.4% 0.8% -
XYZ 44.81 46.62 25.05 -
YUV 180.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 205 179 122 0 0.13 0.40 0.20 41.2 0.45 0.64
Hex CD B3 7A 0 D 28 14 29 2D 40
Octal 315 263 172 0 15 50 24 51 55 100
Binary 11001101 10110011 1111010 0 1101 101000 10100 101001 101101 1000000

Color Harmonies of #CDB37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB37A

Black with #CDB37A

Text Example


Text Example

White with #CDB37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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