Html Css Color HEX #CDA46C Putty

📋 copy color: '#CDA46C'

red 205 ◦ green 164 ◦ blue 108

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

Shades of Putty #CDA46C

Tints of Putty #CDA46C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.38%

 BLUE value IS 108 (42.58% from 255) = 22.64%

R = 42.98%
G = 34.38%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDA46C (or 0xCDA46C) is known color: Putty. HEX triplet: CD, A4 and 6C. RGB value is (205,164,108). Sum of RGB (Red+Green+Blue) = 205+164+108=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA46C is #325B93. Grayscale: #AAAAAA. Windows color (decimal): -3300244 or 7120077. OLE color: 7120077.

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

Color convert

RGB 205 164 108 -
CMYK 0 0.2 0.47 0.20
HSL 34.64º 0.49% 0.61% -
HSV(B) 34.64º 0.47% 0.8% -
XYZ 41.16 40.61 19.86 -
YUV 169.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 205 164 108 0 0.2 0.47 0.20 34.64 0.49 0.61
Hex CD A4 6C 0 14 2F 14 23 31 3D
Octal 315 244 154 0 24 57 24 43 61 75
Binary 11001101 10100100 1101100 0 10100 101111 10100 100011 110001 111101

Color Harmonies of #CDA46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA46C

Black with #CDA46C

Text Example


Text Example

White with #CDA46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA46C; }

 p { color: rgb(205,164,108); }

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

background-color css

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

 a { background-color: rgb(205,164,108); }

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

border-color css

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

 span { border-color: rgb(205,164,108); }

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