Html Css Color HEX #CDB275 Putty

📋 copy color: '#CDB275'

red 205 ◦ green 178 ◦ blue 117

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

Shades of Putty #CDB275

Tints of Putty #CDB275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.6%

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

R = 41%
G = 35.6%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDB275 (or 0xCDB275) is known color: Putty. HEX triplet: CD, B2 and 75. RGB value is (205,178,117). Sum of RGB (Red+Green+Blue) = 205+178+117=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB275 is #324D8A. Grayscale: #B3B3B3. Windows color (decimal): -3296651 or 7713485. OLE color: 7713485.

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

Color convert

RGB 205 178 117 -
CMYK 0 0.13 0.43 0.20
HSL 41.59º 0.47% 0.63% -
HSV(B) 41.59º 0.43% 0.8% -
XYZ 44.31 46.1 23.39 -
YUV 179.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 205 178 117 0 0.13 0.43 0.20 41.59 0.47 0.63
Hex CD B2 75 0 D 2B 14 2A 2F 3F
Octal 315 262 165 0 15 53 24 52 57 77
Binary 11001101 10110010 1110101 0 1101 101011 10100 101010 101111 111111

Color Harmonies of #CDB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB275

Black with #CDB275

Text Example


Text Example

White with #CDB275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB275; }

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

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

background-color css

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

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

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

border-color css

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

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

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