Html Css Color HEX #CDB37B Putty

📋 copy color: '#CDB37B'

red 205 ◦ green 179 ◦ blue 123

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

Shades of Putty #CDB37B

Tints of Putty #CDB37B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.26%

R = 40.43%
G = 35.31%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CDB37B (or 0xCDB37B) is known color: Putty. HEX triplet: CD, B3 and 7B. RGB value is (205,179,123). Sum of RGB (Red+Green+Blue) = 205+179+123=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB37B is #324C84. Grayscale: #B4B4B4. Windows color (decimal): -3296389 or 8106957. OLE color: 8106957.

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

Color convert

RGB 205 179 123 -
CMYK 0 0.13 0.4 0.20
HSL 40.98º 0.45% 0.64% -
HSV(B) 40.98º 0.4% 0.8% -
XYZ 44.87 46.65 25.38 -
YUV 180.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 205 179 123 0 0.13 0.4 0.20 40.98 0.45 0.64
Hex CD B3 7B 0 D 28 14 29 2D 40
Octal 315 263 173 0 15 50 24 51 55 100
Binary 11001101 10110011 1111011 0 1101 101000 10100 101001 101101 1000000

Color Harmonies of #CDB37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB37B

Black with #CDB37B

Text Example


Text Example

White with #CDB37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB37B; }

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

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

background-color css

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

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

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

border-color css

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

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

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