Html Css Color HEX #CDB174 Putty

📋 copy color: '#CDB174'

red 205 ◦ green 177 ◦ blue 116

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

Shades of Putty #CDB174

Tints of Putty #CDB174

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.54%

 BLUE value IS 116 (45.7% from 255) = 23.29%

R = 41.16%
G = 35.54%
B = 23.29%

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

#CDB174 (or 0xCDB174) is known color: Putty. HEX triplet: CD, B1 and 74. RGB value is (205,177,116). Sum of RGB (Red+Green+Blue) = 205+177+116=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB174 is #324E8B. Grayscale: #B2B2B2. Windows color (decimal): -3296908 or 7647693. OLE color: 7647693.

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

Color convert

RGB 205 177 116 -
CMYK 0 0.14 0.43 0.20
HSL 41.12º 0.47% 0.63% -
HSV(B) 41.12º 0.43% 0.8% -
XYZ 44.05 45.68 23.02 -
YUV 178.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 205 177 116 0 0.14 0.43 0.20 41.12 0.47 0.63
Hex CD B1 74 0 E 2B 14 29 2F 3F
Octal 315 261 164 0 16 53 24 51 57 77
Binary 11001101 10110001 1110100 0 1110 101011 10100 101001 101111 111111

Color Harmonies of #CDB174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB174

Black with #CDB174

Text Example


Text Example

White with #CDB174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB174; }

 p { color: rgb(205,177,116); }

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

background-color css

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

 a { background-color: rgb(205,177,116); }

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

border-color css

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

 span { border-color: rgb(205,177,116); }

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