Html Css Color HEX #CDB075 Putty

📋 copy color: '#CDB075'

red 205 ◦ green 176 ◦ blue 117

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

Shades of Putty #CDB075

Tints of Putty #CDB075

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.34%

 BLUE value IS 117 (46.09% from 255) = 23.49%

R = 41.16%
G = 35.34%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDB075 (or 0xCDB075) is known color: Putty. HEX triplet: CD, B0 and 75. RGB value is (205,176,117). Sum of RGB (Red+Green+Blue) = 205+176+117=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB075 is #324F8A. Grayscale: #B2B2B2. Windows color (decimal): -3297163 or 7712973. OLE color: 7712973.

HSL color Cylindrical-coordinate representation of color #CDB075: hue angle of 40.23º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDB075 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 117 -
CMYK 0 0.14 0.43 0.20
HSL 40.23º 0.47% 0.63% -
HSV(B) 40.23º 0.43% 0.8% -
XYZ 43.91 45.31 23.26 -
YUV 177.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 205 176 117 0 0.14 0.43 0.20 40.23 0.47 0.63
Hex CD B0 75 0 E 2B 14 28 2F 3F
Octal 315 260 165 0 16 53 24 50 57 77
Binary 11001101 10110000 1110101 0 1110 101011 10100 101000 101111 111111

Color Harmonies of #CDB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB075

Black with #CDB075

Text Example


Text Example

White with #CDB075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB075; }

 p { color: rgb(205,176,117); }

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

background-color css

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

 a { background-color: rgb(205,176,117); }

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

border-color css

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

 span { border-color: rgb(205,176,117); }

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