Html Css Color HEX #CDAF69 Putty

📋 copy color: '#CDAF69'

red 205 ◦ green 175 ◦ blue 105

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

Shades of Putty #CDAF69

Tints of Putty #CDAF69

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.08%

 BLUE value IS 105 (41.41% from 255) = 21.65%

R = 42.27%
G = 36.08%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CDAF69 (or 0xCDAF69) is known color: Putty. HEX triplet: CD, AF and 69. RGB value is (205,175,105). Sum of RGB (Red+Green+Blue) = 205+175+105=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF69 is #325096. Grayscale: #B0B0B0. Windows color (decimal): -3297431 or 6926285. OLE color: 6926285.

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

Color convert

RGB 205 175 105 -
CMYK 0 0.15 0.49 0.20
HSL 42º 0.5% 0.61% -
HSV(B) 42º 0.49% 0.8% -
XYZ 43.06 44.66 19.72 -
YUV 175.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 205 175 105 0 0.15 0.49 0.20 42 0.5 0.61
Hex CD AF 69 0 F 31 14 2A 32 3D
Octal 315 257 151 0 17 61 24 52 62 75
Binary 11001101 10101111 1101001 0 1111 110001 10100 101010 110010 111101

Color Harmonies of #CDAF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAF69

Black with #CDAF69

Text Example


Text Example

White with #CDAF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAF69; }

 p { color: rgb(205,175,105); }

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

background-color css

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

 a { background-color: rgb(205,175,105); }

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

border-color css

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

 span { border-color: rgb(205,175,105); }

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