Html Css Color HEX #CFA868 Putty

📋 copy color: '#CFA868'

red 207 ◦ green 168 ◦ blue 104

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

Shades of Putty #CFA868

Tints of Putty #CFA868

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.07%

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

R = 43.22%
G = 35.07%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CFA868 (or 0xCFA868) is known color: Putty. HEX triplet: CF, A8 and 68. RGB value is (207,168,104). Sum of RGB (Red+Green+Blue) = 207+168+104=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA868 is #305797. Grayscale: #ACACAC. Windows color (decimal): -3168152 or 6858959. OLE color: 6858959.

HSL color Cylindrical-coordinate representation of color #CFA868: hue angle of 37.28º 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 #CFA868 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 168 104 -
CMYK 0 0.19 0.50 0.19
HSL 37.28º 0.52% 0.61% -
HSV(B) 37.28º 0.5% 0.81% -
XYZ 42.23 42.27 19.03 -
YUV 172.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 207 168 104 0 0.19 0.50 0.19 37.28 0.52 0.61
Hex CF A8 68 0 13 32 13 25 34 3D
Octal 317 250 150 0 23 62 23 45 64 75
Binary 11001111 10101000 1101000 0 10011 110010 10011 100101 110100 111101

Color Harmonies of #CFA868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA868

Black with #CFA868

Text Example


Text Example

White with #CFA868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA868; }

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

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

background-color css

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

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

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

border-color css

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

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

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