Html Css Color HEX #CDAC70 Putty

📋 copy color: '#CDAC70'

red 205 ◦ green 172 ◦ blue 112

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

Shades of Putty #CDAC70

Tints of Putty #CDAC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.17%

 BLUE value IS 112 (44.14% from 255) = 22.9%

R = 41.92%
G = 35.17%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDAC70 (or 0xCDAC70) is known color: Putty. HEX triplet: CD, AC and 70. RGB value is (205,172,112). Sum of RGB (Red+Green+Blue) = 205+172+112=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAC70 is #32538F. Grayscale: #AFAFAF. Windows color (decimal): -3298192 or 7384269. OLE color: 7384269.

HSL color Cylindrical-coordinate representation of color #CDAC70: hue angle of 38.71º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDAC70 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 172 112 -
CMYK 0 0.16 0.45 0.20
HSL 38.71º 0.48% 0.62% -
HSV(B) 38.71º 0.45% 0.8% -
XYZ 42.85 43.65 21.5 -
YUV 175.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 205 172 112 0 0.16 0.45 0.20 38.71 0.48 0.62
Hex CD AC 70 0 10 2D 14 27 30 3E
Octal 315 254 160 0 20 55 24 47 60 76
Binary 11001101 10101100 1110000 0 10000 101101 10100 100111 110000 111110

Color Harmonies of #CDAC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAC70

Black with #CDAC70

Text Example


Text Example

White with #CDAC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAC70; }

 p { color: rgb(205,172,112); }

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

background-color css

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

 a { background-color: rgb(205,172,112); }

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

border-color css

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

 span { border-color: rgb(205,172,112); }

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