Html Css Color HEX #CDB675 Putty

📋 copy color: '#CDB675'

red 205 ◦ green 182 ◦ blue 117

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

Shades of Putty #CDB675

Tints of Putty #CDB675

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.11%

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

R = 40.67%
G = 36.11%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDB675 (or 0xCDB675) is known color: Putty. HEX triplet: CD, B6 and 75. RGB value is (205,182,117). Sum of RGB (Red+Green+Blue) = 205+182+117=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB675 is #32498A. Grayscale: #B5B5B5. Windows color (decimal): -3295627 or 7714509. OLE color: 7714509.

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

Color convert

RGB 205 182 117 -
CMYK 0 0.11 0.43 0.20
HSL 44.32º 0.47% 0.63% -
HSV(B) 44.32º 0.43% 0.8% -
XYZ 45.12 47.72 23.66 -
YUV 181.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 205 182 117 0 0.11 0.43 0.20 44.32 0.47 0.63
Hex CD B6 75 0 B 2B 14 2C 2F 3F
Octal 315 266 165 0 13 53 24 54 57 77
Binary 11001101 10110110 1110101 0 1011 101011 10100 101100 101111 111111

Color Harmonies of #CDB675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB675

Black with #CDB675

Text Example


Text Example

White with #CDB675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB675; }

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

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

background-color css

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

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

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

border-color css

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

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

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