Html Css Color HEX #CFA46C Putty

📋 copy color: '#CFA46C'

red 207 ◦ green 164 ◦ blue 108

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

Shades of Putty #CFA46C

Tints of Putty #CFA46C

RGB

 RED value IS 207 (81.25% from 255) = 43.22%

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

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

R = 43.22%
G = 34.24%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFA46C (or 0xCFA46C) is known color: Putty. HEX triplet: CF, A4 and 6C. RGB value is (207,164,108). Sum of RGB (Red+Green+Blue) = 207+164+108=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA46C is #305B93. Grayscale: #AAAAAA. Windows color (decimal): -3169172 or 7120079. OLE color: 7120079.

HSL color Cylindrical-coordinate representation of color #CFA46C: hue angle of 33.94º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFA46C is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 164 108 -
CMYK 0 0.21 0.48 0.19
HSL 33.94º 0.51% 0.62% -
HSV(B) 33.94º 0.48% 0.81% -
XYZ 41.71 40.9 19.88 -
YUV 170.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 207 164 108 0 0.21 0.48 0.19 33.94 0.51 0.62
Hex CF A4 6C 0 15 30 13 22 33 3E
Octal 317 244 154 0 25 60 23 42 63 76
Binary 11001111 10100100 1101100 0 10101 110000 10011 100010 110011 111110

Color Harmonies of #CFA46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA46C

Black with #CFA46C

Text Example


Text Example

White with #CFA46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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