Html Css Color HEX #CDB37C Putty

📋 copy color: '#CDB37C'

red 205 ◦ green 179 ◦ blue 124

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

Shades of Putty #CDB37C

Tints of Putty #CDB37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.41%

R = 40.35%
G = 35.24%
B = 24.41%

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

#CDB37C (or 0xCDB37C) is known color: Putty. HEX triplet: CD, B3 and 7C. RGB value is (205,179,124). Sum of RGB (Red+Green+Blue) = 205+179+124=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB37C is #324C83. Grayscale: #B4B4B4. Windows color (decimal): -3296388 or 8172493. OLE color: 8172493.

HSL color Cylindrical-coordinate representation of color #CDB37C: hue angle of 40.74º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDB37C is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 179 124 -
CMYK 0 0.13 0.40 0.20
HSL 40.74º 0.45% 0.65% -
HSV(B) 40.74º 0.4% 0.8% -
XYZ 44.94 46.67 25.71 -
YUV 180.5 96.11 145.47 -
System Red Green Blue C M Y K H S L
Decimal 205 179 124 0 0.13 0.40 0.20 40.74 0.45 0.65
Hex CD B3 7C 0 D 28 14 29 2D 41
Octal 315 263 174 0 15 50 24 51 55 101
Binary 11001101 10110011 1111100 0 1101 101000 10100 101001 101101 1000001

Color Harmonies of #CDB37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB37C

Black with #CDB37C

Text Example


Text Example

White with #CDB37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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