Html Css Color HEX #CFA668 Putty

📋 copy color: '#CFA668'

red 207 ◦ green 166 ◦ blue 104

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

Shades of Putty #CFA668

Tints of Putty #CFA668

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.8%

 BLUE value IS 104 (41.02% from 255) = 21.8%

R = 43.4%
G = 34.8%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CFA668 (or 0xCFA668) is known color: Putty. HEX triplet: CF, A6 and 68. RGB value is (207,166,104). Sum of RGB (Red+Green+Blue) = 207+166+104=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA668 is #305997. Grayscale: #ABABAB. Windows color (decimal): -3168664 or 6858447. OLE color: 6858447.

HSL color Cylindrical-coordinate representation of color #CFA668: hue angle of 36.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFA668 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 104 -
CMYK 0 0.20 0.50 0.19
HSL 36.12º 0.52% 0.61% -
HSV(B) 36.12º 0.5% 0.81% -
XYZ 41.87 41.54 18.91 -
YUV 171.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 207 166 104 0 0.20 0.50 0.19 36.12 0.52 0.61
Hex CF A6 68 0 14 32 13 24 34 3D
Octal 317 246 150 0 24 62 23 44 64 75
Binary 11001111 10100110 1101000 0 10100 110010 10011 100100 110100 111101

Color Harmonies of #CFA668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA668

Black with #CFA668

Text Example


Text Example

White with #CFA668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA668; }

 p { color: rgb(207,166,104); }

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

background-color css

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

 a { background-color: rgb(207,166,104); }

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

border-color css

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

 span { border-color: rgb(207,166,104); }

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